with one click
w-01-heavy-task-workflow
// Orchestrate the full heavy-task lifecycle, maintain the root task contracts, present Creation naming options, ask D-01 and D-02 questions one by one, and route work to the phase-local skills.
// Orchestrate the full heavy-task lifecycle, maintain the root task contracts, present Creation naming options, ask D-01 and D-02 questions one by one, and route work to the phase-local skills.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | W-01-heavy-task-workflow |
| description | Orchestrate the full heavy-task lifecycle, maintain the root task contracts, present Creation naming options, ask D-01 and D-02 questions one by one, and route work to the phase-local skills. |
This skill is the thin orchestration contract for the full heavy-task workflow. It stays focused on developer interaction, root-artifact ownership, routing to the phase-local skills, and checkpoint transitions rather than re-embedding detailed phase instructions.
workflow/P-00-creation.mdworkflow/P-01-research.mdworkflow/P-02-synthesis.mdworkflow/P-03-design.mdworkflow/P-04-planning.mdworkflow/P-05-implementation.mdworkflow/P-06-closure.mdtemplates/task-structure.mdtemplates/requirement-change-candidates-template.mdThe orchestrator should:
task.md, requirements.md, architecture.md, requirement_change_candidates.md, architecture_open_questions.md, and each phase progress.md
R-01-adversarial-review at the defined checkpointsC-01-findings-capture and C-05-create-or-update-onboarding-files when allowedC-05-create-or-update-onboarding-files during implementation when stable, or at latest in the immediate closure pass, so later sessions do not need to rediscover themUse this workflow when the task spans multiple files, crosses component or repository boundaries, needs durable phase artifacts, or is likely to continue across sessions.
R-01-adversarial-review.The orchestrator is the sole writer of the root contracts, staging artifacts, and phase progress trackers:
task.mdrequirements.mdarchitecture.mdrequirement_change_candidates.mdarchitecture_open_questions.mdP-XX-<phase>/progress.mdWhere these artifacts contain decision, progress, issue, or history logs, the logs are append-only. Do not delete or rewrite earlier entries to make the current state look cleaner; add a later entry that supersedes, corrects, rejects, or clarifies the earlier one.
When resuming after context compression or a new session:
task.md to recover the active phase and current objective.progress.md.Before continuing, confirm that task.md still reflects the latest approved developer intent.
I-01-implementation package.C-05-create-or-update-onboarding-files during the task rather than left only in chat history.This skill extends the repository instructions and agent definitions. It does not replace them.