en un clic
workflow
Orchestrate the full PARA execution cycle across phases
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Orchestrate the full PARA execution cycle across phases
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Initialize PARA-Programming structure in the current project
Create a planning document through collaborative dialogue, with support for multi-phase plans
Perform deep codebase exploration and produce a context-compressed research document
Archive the current context to create a clean slate for the next task
Execute the active plan by creating an isolated worktree and tracking todos
Spawn an independent subagent with a Staff+ FAANG engineer persona to review a plan or PR
| name | workflow |
| description | Orchestrate the full PARA execution cycle across phases |
| model | sonnet |
| effort | medium |
Orchestrate the full PARA execution cycle across phases: execute → PR → review → summarize → archive → next phase. Supports both manual (pause at boundaries) and autonomous (--auto) modes.
/para:workflow # Run workflow for active plan (pause at phase boundaries)
/para:workflow --auto # Fully autonomous (no pause between phases)
/para:workflow --phase=N # Start from a specific phase
/para:workflow --skip-review # Skip Staff+ review loops (for speed)
context/context.md must exist with an active phased plan/para:execute directly — the workflow command is designed for multi-phase orchestrationFor each phase in the plan, the workflow runs these steps in order:
Run /para:execute --phase=N.
Create a pull request for the phase branch. This step owns PR creation for workflow runs. /para:summarize (Step 4) will detect that it's running inside the orchestrator and skip its standalone push/PR guidance.
para/{task-name} phase N: {phase title}Run /para:review --pr (unless --skip-review is specified).
Run /para:summarize --phase=N.
context/summaries/context/context.mdMerge the PR.
--auto mode: Merge automatically after Staff+ review approvalgh pr merge --merge --delete-branchRun /para:archive for mid-workflow cleanup.
context/context.md to reflect completed phase, but don't create a full archive snapshotIf more phases remain:
--auto mode: Proceed immediatelycontext/context.md to reflect new active phaseTrack workflow progress in context/context.md metadata via the workflow object. See ../init/context-schema.md for the full field reference.
This enables resumability — if the workflow is interrupted, running /para:workflow again picks up from the current step of the current phase.
Step failure: If any step fails (e.g., tests fail, PR has conflicts, review doesn't converge), pause and present the error to the user with options:
/para:workflow resumes from current step)/para:workflow --skip-step=review)Merge conflicts: If the PR cannot be merged, pause and ask the user to resolve conflicts manually. After resolution, resume with /para:workflow.
Review non-convergence: If the Staff+ review hits the 5-round limit, escalate per /para:review convergence rules. The workflow pauses until the user decides.
When all phases are complete:
/para:archive)/para:execute, /para:review, /para:summarize, /para:archive)--auto mode still requires Staff+ review approval as a quality gate (unless --skip-review is also specified)context/context.md