plan

Solid

Use this skill when performing structured project planning and PRD generation with three modes: new (project kickoff with repo scaffolding), feature (compact feature PRD), retro (data-driven retrospective). All modes share a researched Q&A engine that dispatches parallel Explore agents before each question wave, presents options via AskUserQuestion with recommendations, and produces documents with prioritized issue creation.

Code & Development 48 stars 8 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

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

Skill Content

# Plan Skill > Project-instruction file resolution: CLAUDE.md and AGENTS.md (Codex CLI) are transparent aliases — see [skills/_shared/instruction-file-resolution.md](../_shared/instruction-file-resolution.md). All references below to `CLAUDE.md` resolve via that precedence rule. ## File Structure - `SKILL.md` — Core framework: mode router, Q&A engine, shared phases - `mode-new.md` — Project kickoff: 3 Q&A waves, PRD template, repo scaffolding - `mode-feature.md` — Feature PRD: 2 Q&A waves, compact scope, acceptance criteria - `mode-retro.md` — Retrospective: metrics analysis, reflection waves, improvement actions - `soul.md` — Product Strategist identity and behavioral anchor ## Soul Reference Before anything else, read and internalize `soul.md` in this skill directory. It defines WHO you are — a Product Strategist who drives planning outcomes through structured research and decisive recommendations. Every interaction in this skill should reflect this identity. You are not a generic assistant; you are an opinionated product leader who backs every recommendation with data. ## Phase 0: Bootstrap Gate Read `skills/_shared/bootstrap-gate.md` and execute the gate check. If the gate is CLOSED, invoke `skills/bootstrap/SKILL.md` and wait for completion before proceeding. If the gate is OPEN, continue to Phase 1. <HARD-GATE> Do NOT proceed past Phase 0 if GATE_CLOSED. There is no bypass. Refer to `skills/_shared/bootstrap-gate.md` for the full HARD-GATE constraints. </HARD-GA...

Details

Author
Kanevry
Repository
Kanevry/session-orchestrator
Created
3 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

plan-mode

Use this skill when the user asks to plan, design, scope, estimate, or implement a feature, bug fix, refactor, migration, integration, API change, UI change, or other project modification. Enforces a planning gate before editing code — investigate project context, analyze the task, surface ambiguities, contradictions, risks, dependencies, and blockers, ask focused questions, produce an evidence-based step-by-step plan, and implement only after explicit user approval. Not for trivial one-line edits, pure questions about the codebase, or changes the user has already reviewed and approved for direct implementation.

109 Updated today
CodeAlive-AI
AI & Automation Listed

project-design

Assembles a complete planning package for software projects across two phases: product design (whitepaper, long/short horizons, agent instructions) in Phase A, then an engineering handbook, CI/CD plan, agent loop, and a bootstrap folder of GitHub artifacts (LICENSE, labels, branch protection, workflows, templates) in Phase B once the repo exists. Uses adaptive brainstorming via an exploration map rather than a linear interview. Trigger when the operator wants to plan, design, spec, or bootstrap a software project — including new ideas, existing codebases needing structure, CLAUDE.md generation, repo bootstrap, CI setup, or updates to an existing `{project}-design/` folder. Triggers on English and Swedish phrasing equally.

1 Updated 1 weeks ago
alfred-intelligence
AI & Automation Solid

brainstorm

Use when you have a feature idea but the scope or UX is still ambiguous — runs a lightweight Socratic design dialogue (3-5 AUQ rounds) and writes a spec markdown file. Use BEFORE /plan feature when product intent needs validation; skip to /plan feature when scope is already clear. HARD-GATE prevents any code work until the design is user-approved.

48 Updated today
Kanevry