en un clic
help
Display the PARA-Programming quick-reference guide
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
Display the PARA-Programming quick-reference guide
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
Orchestrate the full PARA execution cycle across phases
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
| name | help |
| description | Display the PARA-Programming quick-reference guide |
| model | haiku |
| effort | low |
Display the PARA-Programming quick-reference guide.
/para:help
Display the following:
Workflow: Research → Plan → Review Plan → Execute → Review PR → Summarize → Archive
Use PARA if the task results in git changes (features, bug fixes, refactoring, config, migrations, tests, complex debugging).
Skip PARA if the task is read-only or informational (questions, navigation, explanations).
| Command | Purpose |
|---|---|
/para:init | Initialize PARA structure in a project |
/para:research <task> | Deep codebase research before planning |
/para:plan <task> | Create a planning document (collaborative) |
/para:review --plan|--pr | Staff+ FAANG engineer review loop |
/para:execute | Create worktree, extract todos, start execution |
/para:workflow | Orchestrate full execute → review → summarize → archive cycle |
/para:summarize | Generate post-work summary |
/para:archive | Archive context and start fresh |
/para:status | Check current workflow state |
/para:check | Decision helper: should I use PARA for this? |
/para:help | Show this reference |
/para:research Add user authentication
/para:plan Add user authentication
/para:review --plan
/para:workflow # or manually:
/para:execute # → Creates worktree, implements with TDD
/para:review --pr # → Staff+ review loop
/para:summarize # → Generate summary
/para:archive # → Clean up worktree
context/
├── context.md # Active session context
├── plans/ # YYYY-MM-DD-task-name.md
├── summaries/ # YYYY-MM-DD-task-name-summary.md
├── archives/ # YYYY-MM-DD-context.md
├── data/ # Input/output files
└── servers/ # MCP tool wrappers
/para:status to see where you are in the workflow/para:check if unsure whether a task needs PARA~/.claude/CLAUDE.md