plan-growth-loop
Generate prioritized growth loops with implementation roadmaps based on codebase analysis. Use when the user says "plan", "growth loops", "prioritize", "what should I build", or "roadmap".
pinned to #e2173a9updated yesterday
Ask your AI client: “install skills/plan-growth-loop”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/plan-growth-loopmetahub onboarded this repo on the author's behalf.
If you own github.com/SkeneTechnologies/skene on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
121
Last commit
yesterday
Latest release
published
- #ai-tools
- #anthropic
- #automation
- #cli
- #cli-tool
- #code-documentation
- #codebase-analysis
- #developer-tools
- #gemini
- #growth-hacking
- #llm
- #mcp
- #mcp-server
- #openai
- #plg
- #product-led-growth
- #pydantic
- #python
- #python3
- #tech-stack-detection
About this skill
Pulled from SKILL.md at publish time.
Generate prioritized growth loops from the Skene CLI. The CLI does the planning, not you.
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.e2173a9· yesterday
Documentation
7 passed2 warningsHomepage or repository declaredwarn
No homepage or repository declared.
Add a "homepage" or "repository" field to SKILL.md.
Documentation shows usagewarn
Documentation has no code examples.
Add at least one fenced example showing a real invocation.
Description quality
26 words · 188 chars — "Generate prioritized growth loops with implementation roadmaps based on codebase…"
README is present and substantial
5,526 chars · 7 sections · 3 code blocks
Tags / topics declared
20 total — ai-tools, anthropic, automation, cli, cli-tool, code-documentation (+14)
README has usage / example sections
found: Quick Start · Installation
Homepage / docs URL declared
https://pypi.org/project/skene/
Description is substantive
Description is 26 words.
Documentation present and substantive
Documentation present (SKILL.md, 292 words).
Release history
1- releasecurrente2173a9warnyesterday
Contents
Generate prioritized growth loops from the Skene CLI. The CLI does the planning, not you.
Agent behavior rules
- Autonomous. Run the CLI, present results, suggest next step. No mid-flow questions unless there's a genuine blocker.
- CLI is the source of truth. If
uvx skene planfails, report the error. Do NOT generate your own growth loops. - User cannot type into agent terminals. Pipe safe defaults for routine prompts. Kill stuck terminals and re-run.
Steps
-
Discover CLI options Run
uvx skene plan --helpto see available flags. Use only flags that appear in the output. -
Verify analysis exists
ls .skene/analysis/ 2>/dev/null || ls skene-context/ 2>/dev/null || ls skene/ 2>/dev/nullIf missing: "Run/skene-analyzefirst." Stop. -
Generate growth plan Run
uvx skene planwith appropriate flags from --help output. If it fails, report error. Do NOT make up growth loops. -
Present CLI output Read results from
.skene/plans/,skene-context/growth-loops/, orskene/growth-loops/and present loops by priority. -
Help user choose Ask which loop to implement — this is the one genuine decision point.
-
Store selection Use the appropriate CLI flag from --help to store the selection (e.g.
--select). If the command prompts for input, pipe the answer. If no select flag exists, write to.skene/active-loop.jsondirectly. -
Next step "Run
/skene-buildto generate the implementation plan."
Error handling
- CLI failure: Report error, suggest fix. Do NOT fabricate growth loops.
- Permission errors: Give user the command for their terminal.
Output
Loops found, selection stored, next step (/skene-build).
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/plan-growth-loop