com um clique
plan-plus
// Brainstorming-enhanced PDCA planning. 6-phase process with HARD GATE rule.
// Brainstorming-enhanced PDCA planning. 6-phase process with HARD GATE rule.
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).
bkend.ai BaaS quick start guide. Project setup, MCP connection, and first API call. Get started with bkend.ai backend-as-a-service in minutes. Triggers: bkend setup, bkend start, BaaS setup, backend setup, first project, bkend 시작, bkend 설정, 백엔드 설정, bkend開始, bkendセットアップ, bkend开始, bkend设置, empezar bkend, demarrer bkend, bkend starten, iniziare bkend Do NOT use for: auth details (use $bkend-auth), data modeling (use $bkend-data).
bkend.ai file storage guide. File upload, download, presigned URLs, bucket management, and CDN integration with bkend.ai BaaS. Triggers: bkend storage, file upload, file download, presigned URL, bucket, CDN, bkend 스토리지, 파일 업로드, 파일 다운로드, bkendストレージ, ファイルアップロード, bkend存储, 文件上传, almacenamiento bkend, stockage bkend, bkend-Speicher Do NOT use for: auth (use $bkend-auth), data operations (use $bkend-data).
Core rules for bkit PDCA methodology. Detailed reference for document-driven development, level detection, task classification, and code quality standards. Use when you need detailed bkit rules beyond what AGENTS.md provides. Triggers: bkit rules, PDCA rules, development rules, coding standards, 개발 규칙, 코딩 표준, ルール, 规则, reglas, règles, Regeln, regole Do NOT use for: specific PDCA actions (use $pdca instead).
| 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