From context-engine
Synthesize the current state of the project from `.context/`. Useful for onboarding, catching up after a break, or getting the big picture.
npx claudepluginhub littlelingo/context-engine --plugin context-engine# /status - Project Briefing Synthesize the current state of the project from `.context/`. Useful for onboarding, catching up after a break, or getting the big picture. This command is read-only. It doesn't modify anything. ## Process 1. **Read project knowledge** (in this order, skip any that don't exist): - `.context/architecture/OVERVIEW.md` - what the project is - `.context/architecture/TECH_STACK.md` - languages, frameworks, commands - `.context/features/FEATURES.md` - what's been built and what's in progress - `.context/knowledge/LEARNINGS.md` - recent insights (last 5...
/statusDisplay Conductor project status including overall progress, active tracks summary, and next actions. Optional [track-id] [--detailed] for per-track task details and blockers.
/statusDisplays compact planning status from task_plan.md: current phase and progress, phase list with icons, error count, and planning file checks.
/statusShows active and recent Codex jobs for this repository in a compact Markdown table, including review-gate status. Pass job ID for full details; supports --wait, --timeout-ms, --all.
/statusDisplays current design system state from .interface-design/system.md including direction, foundation, depth, tokens, patterns, and last updated time. Suggests setup options if no system found.
/statusChecks current session status and measures goal drift to assess alignment and progress in the conversation.
/statusDisplays status of tasks in the orchestration system, including summaries, distributions, detailed views, timelines, and velocity reports with filters for date, status, agent, priority, and type.
Share bugs, ideas, or general feedback.
Synthesize the current state of the project from .context/. Useful for onboarding, catching up after a break, or getting the big picture.
This command is read-only. It doesn't modify anything.
Read project knowledge (in this order, skip any that don't exist):
.context/architecture/OVERVIEW.md - what the project is.context/architecture/TECH_STACK.md - languages, frameworks, commands.context/features/FEATURES.md - what's been built and what's in progress.context/knowledge/LEARNINGS.md - recent insights (last 5-10 entries).context/errors/INDEX.md - number of known error patterns.context/patterns/CODE_PATTERNS.md - number of documented patternsPresent a briefing covering: project summary, tech stack, features (completed/in-progress/planned with current step), last 3-5 learnings, knowledge base counts (patterns, errors, ADRs), and next action (resume command or research suggestion).
If $ARGUMENTS contains "onboard" or "new": Also include key dev commands, top 3 code patterns, top 3 error patterns, and architecture component map.
.context/ is mostly empty, say so and recommend running /init.$ARGUMENTS