Workflows
Structured procedures for recurring multi-step tasks. Each workflow is a reference file with exact steps to follow.
When to use
- PR review, fix review comments, remediation loop → read
references/pr-review.md - Work packages, versioned planning packages, structured execution plans → read
references/work-packages.md - Work package execution, autonomous WP run, "do not stop" → read
references/workpackage-execution.md
Reference files
- Package overview example →
references/templates/mock-overview.md - Single work package example →
references/templates/mock-wp.md
How to execute
- Match the user's intent to a workflow above.
- Read the corresponding reference file.
- Follow it step by step. Do not improvise your own procedure. Do not skip steps.