agentic-workflows-blueprint.workflow.plan-writing
Goal
Transform a decision log and feature requirements into a structured, dependency-mapped task breakdown saved at docs/tasks/task.<reference>.md.
Scope
- Applies to: Feature design, refactoring tasks, or multi-step execution.
- Does not cover: Direct code execution (use
radioactiveor execution workflow).
Triggers
- "/plan-writing"
- "Create implementation plan"
- "Generate task breakdown"
Inputs
decisionLog: Confirmed decisions from discovery.projectSlug: Target repo identifier.
Invariants
- Explicit File Targets: Every task must specify target file paths.
- Dependency Mapping: Clearly list task prerequisites.
- Verification Criteria: Include explicit check criteria for each task.
- Operational Commands Required: Infra/network/IaC/OS tasks must include concrete pre-check, apply/change, verification, and rollback commands.
- Isolated Task File Path: Save task breakdowns under
docs/tasks/task.<reference>.mdto avoid root clutter and session overwrites.
Procedure
- Read decision log and context.
- Break feature into discrete tasks (simple/medium/complex).
- Specify dependencies and file paths.
- Add verification criteria (which tests/checks to run).
- For infra tasks, include command-level verification (
terraform plan, connectivity checks, service health checks, policy/security checks).
- For infra tasks, include command-level verification (
- Output plan to
docs/tasks/task.<reference>.mdartifact. - Present plan to user for approval.
Outputs
docs/tasks/task.<reference>.mdartifact containing structured task list.
Review gate
- Plan presents complete task breakdown with dependencies.
- Plan approved by user.
References
../../SKILL.md../brainstorming/SKILL.md../radioactive/SKILL.md- Interactive HTML View