with one click
status
Display the current state of PARA context and workflow progress
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Display the current state of PARA context and workflow progress
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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 | status |
| description | Display the current state of PARA context and workflow progress |
| model | haiku |
| effort | low |
Display the current state of PARA context and workflow progress.
/para:status
/para:status --verbose # Include file contents preview
/para:status --files # List all context files
context/context.mdPARA Status
Current Work:
Implementing user authentication system
Active Plans:
context/plans/2025-11-24-user-auth.md (created 2h ago)
Worktree:
Path: .para-worktrees/user-auth
Branch: para/user-auth
Status: active (directory exists, branch valid)
Completed Summaries:
context/summaries/2025-11-23-api-setup-summary.md
Last Updated: 2025-11-24T14:30:00Z
Next Action:
Continue executing the plan, or run /para:summarize when complete
worktree_path in metadata, directory exists, branch is validworktree_path in metadata but directory does not exist — warn: "Worktree referenced in context.md but directory missing. Run /para:execute to recreate or update context.md.".para-worktrees/ but is not referenced in context/context.md — warn: "Orphaned worktree found at .para-worktrees/{name}. Run git worktree remove to clean up or update context.md."worktree_path in metadata — normal for idle/planning states or legacy --no-worktree executioncontext/context.md existsactive_context, completed_summaries, worktree_path, last_updatedworktree_path is set, verify the directory exists.para-worktrees/ and compare against metadata references/para:init/para:plan/para:summarize if done/para:archive