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".
Scanned 5/27/2026
Install via CLI
openskills install SkeneTechnologies/skene---
name: plan-growth-loop
description: 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".
---
# Plan Growth Loop
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 plan` fails, 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
1. **Discover CLI options**
Run `uvx skene plan --help` to see available flags. Use only flags that appear in the output.
2. **Verify analysis exists**
`ls .skene/analysis/ 2>/dev/null || ls skene-context/ 2>/dev/null || ls skene/ 2>/dev/null`
If missing: "Run `/skene-analyze` first." Stop.
3. **Generate growth plan**
Run `uvx skene plan` with appropriate flags from --help output.
If it fails, report error. Do NOT make up growth loops.
4. **Present CLI output**
Read results from `.skene/plans/`, `skene-context/growth-loops/`, or `skene/growth-loops/` and present loops by priority.
5. **Help user choose**
Ask which loop to implement — this is the one genuine decision point.
6. **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.json` directly.
7. **Next step**
"Run `/skene-build` to 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`).
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Use when an operation issue asks you to ingest a captured source from `raw/` into the LLM Wiki, or when the user explicitly says "ingest <slug>". The issue body will name a file under `raw/` (e.g. `raw/karpathy-llm-wiki.md`) and ask for durable wiki pages. Do not invoke this skill for Paperclip activity bundles — those use `paperclip-distill` instead.