基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ww-w-ai/bkit-codex --skill plan-plus命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | plan-plus |
| description | Brainstorming-enhanced PDCA planning. 6-phase process with HARD GATE rule. |
| triggers | ["plan-plus","brainstorming plan","enhanced planning","plan plus","detailed planning","deep planning"] |
| allow_implicit_invocation | true |
| user_invocable | true |
CRITICAL: Do NOT generate any code until ALL brainstorming phases are complete and the user has approved the final plan document. This is a HARD GATE - no exceptions. If the user asks for code during planning, respond: "We're still in the planning phase. Let's complete the plan first to ensure we build the right thing."
Plan Plus combines intent discovery from brainstorming methodology with bkit PDCA's structured planning. It produces higher-quality Plan documents by exploring user intent, comparing alternatives, and applying YAGNI review.
Use Plan Plus when:
bkit_get_status to load current PDCA statedocs/01-plan/ for existing plansbkit.config.json for project configurationOutput: Internal context understanding (not shown to user)
Ask ONE question at a time. Wait for user response before next question.
Questions (in order):
Rules:
Based on Phase 1 answers, present 2-3 implementation approaches:
For each approach:
Ask user to select preferred approach or combine elements.
Present a checklist of features from the selected approach:
Ask user to confirm the trimmed scope.
Present the plan document section by section for approval:
For each section:
bkit_pdca_plan with the feature name to get templatedocs/01-plan/features/{feature}.plan.mdbkit_complete_phase(feature, 'plan') to record completionOutput path: docs/01-plan/features/{feature}.plan.md
| Phase | Tool | Purpose |
|---|---|---|
| 0 | bkit_get_status | Load PDCA state |
| 0 | bkit_analyze_prompt | Detect intent |
| 5 | bkit_pdca_plan | Get plan template |
| 5 | bkit_complete_phase | Record plan completion |
For detailed process patterns, question templates, and examples, see:
references/plan-plus-process.md
bkend.ai authentication guide. Signup, login, JWT tokens, sessions, role-based access control, and password management with bkend.ai BaaS. Triggers: bkend auth, bkend login, bkend signup, JWT, session, RBAC, password, bkend 인증, 로그인, 회원가입, bkend認証, ログイン, 新規登録, bkend认证, 登录, 注册, autenticacion bkend, authentification bkend, bkend-Auth Do NOT use for: data operations (use $bkend-data), file storage (use $bkend-storage).
bkend.ai cookbook with step-by-step tutorials and example projects. Build a todo app, blog, e-commerce store, and more with bkend.ai BaaS. Triggers: bkend cookbook, bkend tutorial, bkend example, todo app, blog app, bkend 쿡북, bkend 튜토리얼, 예제 프로젝트, bkendクックブック, チュートリアル, bkend教程, 示例项目, tutorial bkend, tutoriel bkend, bkend-Tutorial, ricettario Do NOT use for: initial setup (use $bkend-quickstart), specific features (use $bkend-data/auth/storage).
bkend.ai data management guide. Tables, columns, CRUD operations, schema design, indexes, and query filtering with bkend.ai BaaS. Triggers: bkend table, bkend column, bkend CRUD, bkend schema, bkend data, bkend 테이블, bkend 데이터, CRUD, 스키마, bkendテーブル, bkendデータ, bkend表, bkend数据, tabla bkend, données bkend, bkend-Daten, dati bkend Do NOT use for: auth (use $bkend-auth), file storage (use $bkend-storage).