一键导入
help
Display the PARA-Programming quick-reference guide
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Display the PARA-Programming quick-reference guide
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| 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.mdInitialize 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