소스 정보
- 저장소
- 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명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? 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).