From bkit — AI Native Development OS
PDCA and Sprint document templates for feature planning, design, analysis, and reporting. Includes per-feature templates and sprint-level documents (master plan, PRD, QA report).
How this skill is triggered — by the user, by Claude, or both
Slash command
/bkit:bkit-templatesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
> Use these templates when generating PDCA documents.
Use these templates when generating PDCA documents.
| Template | Path | Purpose |
|---|---|---|
| Plan | ${CLAUDE_PLUGIN_ROOT}/templates/plan.template.md | Feature planning |
| Design | ${CLAUDE_PLUGIN_ROOT}/templates/design.template.md | Technical design |
| Analysis | ${CLAUDE_PLUGIN_ROOT}/templates/analysis.template.md | Gap analysis |
| Report | ${CLAUDE_PLUGIN_ROOT}/templates/report.template.md | Completion report |
| Index | ${CLAUDE_PLUGIN_ROOT}/templates/_INDEX.template.md | Document index |
| CLAUDE | ${CLAUDE_PLUGIN_ROOT}/templates/CLAUDE.template.md | CLAUDE.md template |
| Template | Path | Purpose |
|---|---|---|
| Master Plan | ${CLAUDE_PLUGIN_ROOT}/templates/sprint/master-plan.template.md | Sprint scope + features + dependency graph + Trust scope |
| PRD | ${CLAUDE_PLUGIN_ROOT}/templates/sprint/prd.template.md | Sprint-level product requirements |
| Plan | ${CLAUDE_PLUGIN_ROOT}/templates/sprint/plan.template.md | Sprint plan (per-feature plan synthesis) |
| Design | ${CLAUDE_PLUGIN_ROOT}/templates/sprint/design.template.md | Sprint-level technical design |
| Iterate | ${CLAUDE_PLUGIN_ROOT}/templates/sprint/iterate.template.md | Iteration log + iterateHistory |
| QA | ${CLAUDE_PLUGIN_ROOT}/templates/sprint/qa.template.md | 7-Layer dataFlowIntegrity (S1) report |
| Report | ${CLAUDE_PLUGIN_ROOT}/templates/sprint/report.template.md | Sprint completion + KPI + carry items |
For Plan phase - feature planning before design.
Key sections:
For Do phase - technical design before implementation.
Key sections:
For Check phase - gap analysis between design and implementation.
Key sections:
For Act phase - completion report and lessons learned.
Key sections:
docs/
├── 01-plan/
│ └── features/
│ └── {feature}.plan.md
├── 02-design/
│ └── features/
│ └── {feature}.design.md
├── 03-analysis/
│ └── features/
│ └── {feature}.analysis.md
└── 04-report/
└── features/
└── {feature}.report.md
Templates use {variable} syntax:
{feature}: Feature name{date}: Creation date (YYYY-MM-DD){author}: Document authorAdditional templates for Development Pipeline phases:
${CLAUDE_PLUGIN_ROOT}/templates/pipeline/ directory{number}_{english_name}.md # 01_system_architecture.md
{number}-{english_name}.md # 01-system-architecture.md
{feature}.{type}.md # login.design.md
All documents should include:
# {Document Title}
> **Summary**: {One-line description}
>
> **Author**: {Name}
> **Created**: {YYYY-MM-DD}
> **Last Modified**: {YYYY-MM-DD}
> **Status**: {Draft | Review | Approved | Deprecated}
---
Track changes within documents:
## Version History
| Version | Date | Changes | Author |
|---------|------|---------|--------|
| 1.0 | 2024-12-01 | Initial draft | Kay |
| 1.1 | 2024-12-05 | Added API spec | Kay |
Link related documents:
## Related Documents
- Plan: [login.plan.md](../01-plan/features/login.plan.md)
- Design: [login.design.md](../02-design/features/login.design.md)
- Analysis: [login.analysis.md](../03-analysis/features/login.analysis.md)
Use _INDEX.md in each folder:
| Status | Meaning | Claude Behavior |
|---|---|---|
| ✅ Approved | Use as reference | Follow as-is |
| 🔄 In Progress | Being written | Notify of changes |
| ⏸️ On Hold | Temporarily paused | Request confirmation |
| ❌ Deprecated | No longer valid | Ignore |
npx claudepluginhub popup-studio-ai/bkit-claude-code --plugin bkitUnified PDCA cycle management — plan, design, do, analyze, iterate, report. Per-feature 9-phase workflow (pm→plan→design→do→check→act→qa→report→archive).
Analyzes feature requests, maintains PRDs, and decomposes into tracks with work breakdowns and execution order. For new feature planning, architecture changes, requirements analysis, or plan adjustments.
Provides PRD templates (lean, comprehensive, Amazon PR/FAQ, Google) for problem statements, metrics, requirements, user stories, and specs. Use for feature documentation and team alignment.