Phase 1: start a new task
Install the skill in the repository
Copy the skill into your repo at the appropriate path for your tool. See Installation for exact locations and personal skill paths.
Run the Start New Task prompt
Use this prompt to initialize the repo-local task folder, install project-scoped subagents, and update the managed workflow guidance. The agent stops after Replace
init completes and does not start building yet.... with either Task file: <path/to/task-file.md> on the next line, or paste the task text on the following lines.Or run init directly from the CLI
You can also initialize a task directly without a prompt. Set Initialize from a task file:Or seed from inline text:The
SKILL_PATH first:- Codex
- Claude Code
--task-id value may contain only letters, numbers, dots, underscores, and hyphens.Start a new Claude Code session if needed
In Claude Code, if
init just created or refreshed .claude/agents/* during a running session, start a new Claude Code session before relying on those agents. Use /agents to confirm the available agent list.This step only applies to Claude Code. Codex does not require a session restart.
Phase 2: continue an existing task
Run the Continue Existing Task prompt
Once a task is initialized, use this prompt to do the real work: spec freeze, build, evidence, verification, and fixing until the verifier returns Replace
PASS.... with the same task text or task file reference used during init.Check an existing task
If you are unsure whether a task was already initialized or you need to see its current state, use the Check Existing Task prompt:Useful init options
| Option | Values | Default | Description |
|---|---|---|---|
--guides | auto, agents, claude, both, none | auto | Which guide files to create or update |
--install-subagents | both, codex, claude, none | both | Which project-scoped subagent sets to install |
--force | — | false | Overwrite existing task artifact templates |
--guides auto, the initializer preserves existing guide files and ensures CLAUDE.md exists whenever Claude agents are being installed and AGENTS.md exists whenever Codex agents are being installed.