From productionos
Composite: deep research -> CEO review -> eng review. Use when user says 'research', 'plan', 'design', 'architect', or 'spec out'.
npx claudepluginhub shaheerkhawaja/productionos --plugin productionosThis skill uses the workspace's default tool permissions.
Composite skill that chains deep research, CEO-perspective review, and engineering architecture review into a complete planning pipeline. Each step consumes the previous step's artifacts, progressively refining from raw research into an actionable engineering spec.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
Composite skill that chains deep research, CEO-perspective review, and engineering architecture review into a complete planning pipeline. Each step consumes the previous step's artifacts, progressively refining from raw research into an actionable engineering spec.
deep-research -> plan-ceo-review -> plan-eng-review
| | |
v v v
RESEARCH.md CEO-REVIEW.md ENG-REVIEW.md
(raw findings) (vision + scope) (architecture + tasks)
| Parameter | Values | Default | Description |
|---|---|---|---|
topic | free text | required | What to research and plan |
Invokes: /deep-research
What it does:
~/repos/ for existing implementationsProduces: .productionos/RESEARCH.md
Artifacts passed to Step 2:
Gate to Step 2: Proceeds unconditionally. Even incomplete research is valuable for CEO review.
Invokes: /plan-ceo-review
What it does:
Produces: .productionos/CEO-REVIEW.md
CEO review output structure:
Artifacts passed to Step 3:
Gate to Step 3: Proceeds unconditionally. CEO review is advisory.
Invokes: /plan-eng-review
What it does:
Produces: .productionos/ENG-REVIEW.md
Engineering review output structure:
Final composite report written to .productionos/RESEARCH-AND-PLAN.md:
# Research & Plan: {topic}
## Research Summary (from Step 1)
- **Sources analyzed:** N
- **Key findings:** {top 5}
- **Confidence:** X/10
- **Knowledge gaps:** {list}
## CEO Vision (from Step 2)
- **Vision:** {one sentence}
- **Phase 1 scope:** {MVP definition}
- **Success metric:** {measurable outcome}
- **Scope expansions:** {accepted items}
## Engineering Plan (from Step 3)
- **Architecture:** {summary}
- **Components:** {count}
- **Estimated effort:** {total hours/days}
- **Critical path:** {ordered list}
## Implementation Roadmap
| Phase | Tasks | Effort | Dependencies |
|-------|-------|--------|-------------|
| 1 (MVP) | ... | ... | ... |
| 2 (Growth) | ... | ... | Phase 1 |
| 3 (Scale) | ... | ... | Phase 2 |
## Open Questions
{questions that could not be resolved through research}
Plan completed: {timestamp}
/auto-swarm directly/deep-research standalone/review or /audit-and-fix