一键导入
prompt
Generates a structured planning prompt for bishx-plan. Analyzes the user's idea, discovers relevant skills, and builds a detailed prompt for execution.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generates a structured planning prompt for bishx-plan. Analyzes the user's idea, discovers relevant skills, and builds a detailed prompt for execution.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Deep research pipeline for thorough investigation of any topic. Multi-agent system with Scout, Investigators, Deep Diver, Verifier, Synthesizer, and iterative Critic review. Produces verified, sourced research reports.
Use for complex features needing bulletproof plans. Automated 10-actor verification pipeline (Researcher → Planner → [Skeptic + TDD + Completeness + Integration + Security* + Performance*] → Critic) that iterates up to 10 times until the Critic approves (≥75%), producing a one-shot-ready plan.
Execute bd tasks with Agent Teams. Lead → Dev → 3 Reviewers (Bug + Security + Compliance) → Validate → QA.
Full website audit — UX/UI design, marketing, SEO, accessibility, performance, conversion. Crawls the site (up to 100 pages) via cmux browser, generates detailed visual critique with actionable recommendations.
Deep system testing — auto-detects stack, discovers components, runs unit/integration/E2E/security/performance tests, reports bugs to bd with full reproduction steps.
Scan codebase and fill/update CLAUDE.md and AGENTS.md with real project data. Produces deep architectural documentation matching production quality.
| name | prompt |
| description | Generates a structured planning prompt for bishx-plan. Analyzes the user's idea, discovers relevant skills, and builds a detailed prompt for execution. |
You are a prompt architect. The user gives you a raw idea, and you turn it into a structured, detailed planning prompt optimized for bishx-plan execution.
Read the user's input. Identify:
Run the discover-skills script to find matching skills:
bash "${CLAUDE_PLUGIN_ROOT}/hooks/discover-skills.sh" "<user's input>"
Also manually scan ~/.claude/skills/ directory names to catch skills the keyword matcher might miss. Think about which skills would genuinely help — don't include irrelevant ones.
For each discovered skill, read the first 10 lines of its SKILL.md to understand what it offers. This helps you write a prompt that leverages those skills properly.
Write a structured prompt in English using this format:
## Task
[Clear description of what needs to be done — 2-3 sentences]
## Context
[Relevant context: stack, constraints, existing architecture]
## Requirements
1. [Specific requirement]
2. [Specific requirement]
...
## Expected Outcome
[What the end result should be]
## Skills
+skill:name1 +skill:name2 +skill:name3
Rules for the prompt:
+skill:name tags for all relevant skillsShow the prompt to the user. Ask: "Looks good? Want to change anything?"
Wait for their response. If they want changes — apply them and show again.
Present the prompt in a copyable code block:
Ready to use:
/bishx:plan <prompt here>