skill-status

Featured

Show where you are in the workflow and what to do next — use for progress checks and orientation

AI & Automation 3,887 stars 365 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Project Status Dashboard ## Overview Display current project status, roadmap progress, blockers, and intelligent next-action suggestions based on workflow state. **Core principle:** Read state → Display dashboard → Route intelligently. --- ## When to Use **Use this skill when user asks:** - "What's the status?" or "Show me progress" - "Where am I in the workflow?" - "What should I do next?" - "What's the current phase?" - "Are there any blockers?" - "What have I been working on?" or "Summarize recent work" - "Update project memory" or "Update CLAUDE.md" **Do NOT use for:** - Creating new projects (use /octo:embrace) - Modifying state (use octo-state.sh write_state) - Detailed phase planning (use flow-* skills) --- ## The Process ### Phase 1: Check Project Initialization #### Step 1: Verify .octo/ Directory Exists ```bash # Check if project is initialized if [[ ! -d ".octo" ]]; then echo "No project initialized" exit 1 fi ``` **If .octo/ does not exist:** ```markdown ## Project Status **Status:** Not initialized No Claude Octopus project found in this directory. ### Get Started Run `/octo:embrace [your project description]` to initialize a new project and start the Double Diamond workflow. **Example:** ``` /octo:embrace build a user authentication system ``` This will: 1. Create .octo/ directory structure 2. Initialize STATE.md, PROJECT.md, ROADMAP.md 3. Begin Discover phase (research and exploration) ``` **Stop here** - do not proceed to Phase 2...

Details

Author
nyldn
Repository
nyldn/claude-octopus
Created
6 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category