一键导入
ideate
Orchestrate the complete feature ideation workflow from raw idea to GitHub Issue
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Orchestrate the complete feature ideation workflow from raw idea to GitHub Issue
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Orchestrate complete issue implementation workflow from branch to PR
Create Pull Requests with pre-flight checks and proper formatting
Decompose a large GitHub Issue (epic, refactor, or feature) into subtask Issues, each small enough for a single focused PR
Standardized release workflow with version updates and CHANGELOG management
Spawn a Reviewer Agent to evaluate code changes against architecture, design, and quality criteria
Create commits with code quality checks and conventional commit messages
| name | ideate |
| description | Orchestrate the complete feature ideation workflow from raw idea to GitHub Issue |
Orchestrates the complete workflow from a feature idea to a fully-formed, vision-aligned GitHub Issue ready for autonomous implementation.
IMPORTANT: All outputs (Issue title, body, comments) MUST be written in English.
Raw Idea → Triage → Competitive Analysis → Technical Specification → Issue Creation
Ask the user (if not already provided):
Do NOT proceed to Step 2 until this information is captured.
Read .claude/feature-triage.md and apply the 4-step checklist.
Output the triage result in this format:
Triage Result:
- Step 1 (Scope): PASS / STOP (reason: ...)
- Step 2 (Value): PASS (criteria: A/B/C) / FAIL
- Step 3 (Differentiation): D: yes/no, E: yes/no, F: yes/no
- Step 4 (Output Quality): PASS / FAIL
- Priority: HIGH / MEDIUM / LOW / OUT OF SCOPE
If triage result is OUT OF SCOPE or STOP: stop and explain why. If triage result is PASS: continue to Step 3.
For features that pass triage at HIGH or MEDIUM priority, briefly check:
.claude/competitive-landscape.md if it exists)Include the competitive analysis finding in the Issue body.
Based on the feature idea, draft:
src/sbom_generation/src/application/src/ports/src/adapters/src/cli/Reference .claude/CLAUDE.md Architecture Overview for architecture constraints.
Write specific, testable acceptance criteria. Every criterion must be:
Standard criteria to always include:
cargo test --all)cargo clippy --all-targets --all-features -- -D warnings)cargo fmt --allInvoke the /issue skill with the complete draft.
The Issue body MUST include:
Output:
If the feature fails triage:
If the feature description is too vague to draft a technical specification:
User: "I want to add a feature to show which dependency version introduced a CVE"
Claude executes /ideate: