| name | workshop-plan-from-task |
| description | Turn a coding task into a high-level plan and a build-session execution plan before implementation starts. |
Workshop Plan From Task
Use this skill before writing production code.
Workflow
- Read the task.
- Read
AGENTS.md.
- Read
rules/README.md and select relevant PAY-* rule IDs.
- Read the linked rule documents for the selected rules.
- Read relevant domain skills, especially
skills/payment-idempotency/SKILL.md.
- Optionally compare with Qodo rules if available.
- Create or update:
.plan/workshop-payment-task/plan.md
.plan/workshop-payment-task/build-session-execution-plan.md
Plan Requirements
Include:
- Summary
- Selected repo-local rule IDs
- Optional Qodo rule status
- Skill routing, including the implementation entry skill and exact next prompt
- Scope and out-of-scope items
- Given/When/Then behavior scenarios
- Rule-driven test expectations
- Verification gates
- Failure and recovery rules
- Commit plan
- Definition of done
- Assumptions
Guardrails
- Do not write implementation code during planning.
- Do not leave implementation skill selection for the attendee to infer.
- Do not skip tests because the task seems small.
- Do not weaken local gates.
- Do not store secrets in plan files.