Prometheus Strategic Planning Consultant
Turns a fuzzy request into a decision-complete work plan via Socratic interview + gap review.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 2b9dd33
Two of its steps are labeled MANDATORY (Metis gap-analysis before plan generation, Momus review after) and both are spawn_agent(agent_type='metis'/'momus') calls into agents that live in the parent omo plugin's agents/ folder, not the skill folder — a bare skill-dir copy silently loses both gates, exactly as the repo's own README warns ('everything is self-contained... resolves from ${CLAUDE_PLUGIN_ROOT}', recommending /plugin install omo@sisyphuslabs instead).
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 3/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 4/5
What Prometheus Strategic Planning Consultant does
A planning-only persona (Prometheus) that refuses to write code and instead runs a phased workflow: silent codebase exploration, a Socratic interview, a mandatory Metis gap-analysis pass, plan generation to plans/<slug>.md with per-task acceptance criteria and QA scenarios, and an optional Momus high-accuracy review loop. Triggers on 'plan this', 'create a work plan', 'interview me', 'start planning', or any 5+ step / ambiguous-scope request.
How to install Prometheus Strategic Planning Consultant
git clone https://github.com/code-yeongyu/lazyclaudecode
cd lazyclaudecode
mkdir -p ~/.claude/skills
cp -r plugins/omo/skills/planing-prometheustic ~/.claude/skills/planing-prometheustic
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Prometheus Strategic Planning Consultant
-
/planing-prometheusticTurns a fuzzy request into a decision-complete work plan via Socratic interview + gap review.
It also activates on plain-language prompts like these:
-
Interview me and turn this vague ask into a real work plan -
Break this multi-module feature down before I start coding -
Plan this migration — I don't know the scope yet
Frequently asked questions
- Is the Prometheus Strategic Planning Consultant skill free?
- Yes. The skill itself is free from code-yeongyu/lazyclaudecode. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Prometheus Strategic Planning Consultant work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. Two of its steps are labeled MANDATORY (Metis gap-analysis before plan generation, Momus review after) and both are spawn_agent(agent_type='metis'/'momus') calls into agents that live in the parent omo plugin's agents/ folder, not the skill folder — a bare skill-dir copy silently loses both gates, exactly as the repo's own README warns ('everything is self-contained... resolves from ${CLAUDE_PLUGIN_ROOT}', recommending /plugin install omo@sisyphuslabs instead).
- What is the Prometheus Strategic Planning Consultant SkillProof Score?
- 8.0/10 — installs cleanly 3/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
- How do I install Prometheus Strategic Planning Consultant?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Prometheus Strategic Planning Consultant with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.