plan-help
Documentation and command-listing tool for the Cycle ecosystem.
Install
mkdir -p .claude/skills/plan-help && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12345" && unzip -o skill.zip -d .claude/skills/plan-help && rm skill.zipInstalls to .claude/skills/plan-help
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Show all available Cycle ecosystem commands with descriptions and recommended flows. Use when the user asks for help, wants to know what commands are available, or says "what can you do" / "help" / "list commands".Key capabilities
- →Display all available Cycle ecosystem commands
- →Organize commands by workflow categories
- →Provide recommended flows for different scenarios
- →List purpose of each command
- →Show prerequisites for using commands
How it works
The skill reads the `skills/` directory to discover available skills and presents them in a categorized guide, including recommended workflows and prerequisites.
Inputs & outputs
When to use plan-help
- →List available commands
- →Find workflow guidance
- →Discover planning tools
About this skill
/plan-help
Display all available commands in the Cycle ecosystem, organized by workflow.
Instructions
When invoked, read the skills/ directory to discover all available skills and present them organized by cycle. Include the recommended flows.
Output Format
Print the following guide:
Cycle Ecosystem — Available Commands
Recommended Flows
A. Clear feature to build (most common):
/to-plan "{description}" → /edge-case-plan → /deps-audit → /plan-confidence → /implement → /code-quality → /review → /release
B. Vague requirements — need grilling first:
/grill-me {topic} → then flow A
C. Unknown prior art — need research first:
/discover-plan {topic} → /discover-edge-cases → /discover-plan-confidence → /discover-execute → /discover-confidence → then flow A
D. Full autonomous (large topics):
/auto-plan {topic}
Planning Cycle
| Command | Purpose |
|---|---|
/grill-me {topic} | Interview to clarify requirements |
/to-plan "{description}" | Create implementation plan |
/edge-case-plan {slug} | Identify edge cases in plan |
/deps-audit {slug} | Audit dependencies for CVEs |
/plan-confidence {slug} | Score plan quality (must pass) |
/plan-improve {slug} | Auto-improve plan score |
Discovery Cycle
| Command | Purpose |
|---|---|
/discover-plan {topic} | Create discovery research plan |
/discover-edge-cases {slug} | Edge cases for discovery |
/discover-plan-confidence {slug} | Score discovery plan |
/discover-execute {slug} | Execute discovery (halt-loop) |
/discover-confidence {slug} | Score blueprint quality |
/discover-improve {slug} | Auto-improve blueprint |
Implementation & Quality
| Command | Purpose |
|---|---|
/implement {slug} | TDD halt-loop implementation |
/code-quality {slug} | Dead code + fabricated symbol audit |
/review {slug} | Multi-agent parallel review |
/release | Cut semver release (develop to main) |
Roadmap
| Command | Purpose |
|---|---|
/roadmap-init | Bootstrap ROADMAP.md from scratch |
/roadmap-feature | Add milestone to existing roadmap |
/auto-plan {topic/M<N>} | Autonomous end-to-end pipeline |
Utilities
| Command | Purpose |
|---|---|
/ast-grep | Structural code search (tree-sitter) |
/deck | Full presentation with diagrams |
/marp-slide | Marp slides only |
/excalidraw | Excalidraw diagram JSON |
/dogfood audit | Honesty gate for v1.0 claims |
/plan-help | This help (you are here) |
Prerequisites
python3 --version # 3.10+ required
python3 -c "import yaml" # PyYAML
ast-grep --version # structural queries (optional)
When not to use it
- →When detailed documentation for a specific command is needed
- →When the user wants to execute a command directly
- →When the user is not interested in workflow guidance
Prerequisites
Limitations
- →It only shows available commands, not their detailed usage
- →It requires Python 3.10+ and PyYAML
- →ast-grep is optional but recommended for structural queries
How it compares
This skill provides a structured overview of an entire ecosystem of commands with workflow recommendations, unlike simply listing commands or providing help for a single tool.
Compared to similar skills
plan-help side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| plan-help (this skill) | 0 | 1mo | Review | Beginner |
| archon | 9 | 9mo | Review | Intermediate |
| linear | 10 | 2mo | No flags | Beginner |
| zapier-workflows | 11 | 8mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by usetheodev
View all by usetheodev →You might also like
archon
coleam00
Interactive Archon integration for knowledge base and project management via REST API. On first use, asks for Archon host URL. Use when searching documentation, managing projects/tasks, or querying indexed knowledge. Provides RAG-powered semantic search, website crawling, document upload, hierarchical project/task management, and document versioning. Always try Archon first for external documentation and knowledge retrieval before using other sources.
linear
lobehub
Linear issue management guide. Use when working with Linear issues, creating issues, updating status, or adding comments. Triggers on Linear issue references (LOBE-xxx), issue tracking, or project management tasks. Requires Linear MCP tools to be available.
zapier-workflows
davila7
Manage and trigger pre-built Zapier workflows and MCP tool orchestration. Use when user mentions workflows, Zaps, automations, daily digest, research, search, lead tracking, expenses, or asks to "run" any process. Also handles Perplexity-based research and Google Sheets data tracking.
attio-skill-generator
kesslerio
Generate use-case-specific Attio workflow skills from templates. Use when creating new skills for lead qualification, deal management, customer onboarding, or custom Attio workflows.
github-manage
matteocervelli
Manage operations concerning GitHub on behalf of user
cto-engineering-metrics
rinaldofesta
Expert methodology for defining, tracking, and interpreting engineering performance metrics including DORA, team health, productivity, and executive reporting.