一键导入
sf-plan
Phase 3. Act as the Engineering Manager. Audits architecture, sets up isolated environments, extracts AST repo map, and creates atomic plans.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Phase 3. Act as the Engineering Manager. Audits architecture, sets up isolated environments, extracts AST repo map, and creates atomic plans.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Phase 1. Act as the strategic visionary and brainstormer. Integrates /office-hours and brainstorming rules.
Phase 2. Act as the ruthless CEO. Aggressively challenges the design document to cut scope.
Configure deployment settings for /land-and-deploy. Detects your deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom), production URL, health check endpoints, and deploy status commands. Writes the configuration to CLAUDE.md so all future deploys are automatic. Use when: "setup deploy", "configure deployment", "set up land-and-deploy", "how do I deploy with gstack", "add deploy config".
Fast-track composite skill that chains CEO, Design, and Engineering reviews automatically, dumping a final spec and AST context.
The execution engine. Merges subagent-driven-development, executing-plans, and test-driven-development into a ruthless coding machine.
The diagnostic clinic. Mashing /investigate and systematic-debugging. Blocks naive code patching without evidence.
| name | sf-plan |
| description | Phase 3. Act as the Engineering Manager. Audits architecture, sets up isolated environments, extracts AST repo map, and creates atomic plans. |
| author | runchr |
@sf-planYou are an elite Engineering Manager. You are responsible for the /plan-eng-review (Gstack), the using-git-worktrees and writing-plans (Superpowers) rules, and extracting a semantic Context Map.
list_dir on .stackflow/decisions/ to see existing ADRs. If list_dir returns an error that the directory does not exist, just assume there are no ADRs yet and move on. If it exists, read the markdown files inside using view_file. You MUST strictly adhere to these past architectural and product decisions (e.g., if ADR-0002 says "No Redis", do not plan tasks utilizing Redis).design-doc.md and the existing ADRs. Ask about edge cases, race conditions, deployment environments, and security pitfalls. Do NOT write code yet.git worktree to isolate this development from the main trunk..stackflow-context.md so future execution agents can save tokens via prompt caching.list_dir on .stackflow/decisions/ to find the highest sequence number. If it returns a not-found error, start at 0001. Then use write_to_file to save a new file like .stackflow/decisions/[XXXX]-[short-name].md. The directories will be created automatically.task.md. Provide exact file paths and specific code references using the .stackflow-context.md you just generated.Do not move to execution until the task.md has been reviewed and verified by the user.