一键导入
run-feature-plan
Conducts pre-flight reconnaissance of the workspace and generates a comprehensive, full-stack implementation plan for a new feature.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Conducts pre-flight reconnaissance of the workspace and generates a comprehensive, full-stack implementation plan for a new feature.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Initializes the workspace with self-evolving reviews configurations, templates, prompts, and report directories.
Audits the codebase and updates the root README.md to reflect the latest status, architectures, and guidelines.
Analyzes the codebase context to regenerate all workspace-specific review prompts using meta-prompts.
Perform a full-spectrum architectural audit of the system architecture, dependencies, and patterns.
Perform a high-fidelity code review of the workspace or staged changes based on generated instructions.
Audits and harmonizes all configuration layers (GEMINI.md, Skills, docs, MCP servers) to resolve inconsistencies.
| name | run-feature-plan |
| description | Conducts pre-flight reconnaissance of the workspace and generates a comprehensive, full-stack implementation plan for a new feature. |
Generates a rigorous, full-stack implementation plan for a new feature by first conducting live reconnaissance of the workspace, then producing a structured plan document ready for dual-model review.
Read docs/prompts/feature-plan-prompt.md and use the architectural constraints and stack context it contains as the grounding context for this session.
[!NOTE] If the file contains only a placeholder/disclaimer (i.e.,
/generate-review-promptshas not been run yet), fall back to the default feature plan procedure below.
Ask the user to provide the following (or read from the current conversation if already supplied):
Before writing a single word of the plan, use MCP tools and terminal commands to read the current state of all files relevant to this feature. This includes:
GEMINI.md for architectural constraints, coding standards, and naming conventionsdocs/project/roadmap.md and docs/project/backlog.md for alignment with planned work[!IMPORTANT] Do not put "research" or "audit" as steps in the final plan. The discovery happens now, before the plan is written. The plan must reflect your actual current findings.
Using the reconnaissance findings and the feature details collected in Step 2, produce a Master Implementation Plan structured as follows:
curl or equivalent) before any client or mobile testingApply these constraints from GEMINI.md and the generated prompt context:
For each phase of the plan, recommend the optimal AI model and mode from the Antigravity 2.0 orchestration matrix (as documented in GEMINI.md or the global ~/.gemini/GEMINI.md).
After producing the plan, instruct the user:
✅ Plan ready. Run
/run-implementation-plan-review-1to have Gemini critique this plan as Principal Architect, then/run-implementation-plan-review-2for Claude's final pragmatism pass before execution begins.
Use this procedure if docs/prompts/feature-plan-prompt.md has not yet been generated by /generate-review-prompts.
Follow Steps 2–5 above using the architectural constraints found in GEMINI.md directly, without the pre-customised workspace context.