ソース情報
- リポジトリ
- ww-w-ai/bkit-codex
- ソースの最終更新活動
- 2026年2月23日 06:07
- 検出された SKILL.md の言語
- 英語
- スター
- 64
- フォーク
- 20
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/ww-w-ai/bkit-codex --skill plan-plusコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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).