aiwg
Version:
Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo
24 lines (20 loc) • 536 B
YAML
id: reasoning-task-decomposition
dimension: reasoning
difficulty: intermediate
prompt: |
Decompose this task into ordered steps with dependencies:
"Add OAuth 2.0 authentication to an existing Express.js REST API that
currently has no authentication."
For each step, specify:
1. Step name
2. What it depends on (previous steps)
3. Estimated complexity (low/medium/high)
List at least 5 steps.
expected:
contains:
- "depend"
- "step"
scoring:
correct_tool: 0.5
correct_params: 0.3
no_hallucination: 0.2