Back to list
popup-studio-ai

bkit-templates

by popup-studio-ai

bkit Vibecoding Kit - PDCA methodology + Claude Code mastery for AI-native development

23🍴 10📅 Jan 24, 2026

SKILL.md


name: bkit-templates description: | PDCA document templates for consistent documentation. Plan, Design, Analysis, and Report templates with proper structure.

Use proactively when generating PDCA documents to ensure consistent format.

Triggers: template, plan document, design document, analysis document, report, 템플릿, 계획서, 설계서, 분석서, 보고서, テンプレート, 計画書, 設計書

Do NOT use for: code implementation, deployment, or non-documentation tasks.

bkit Document Templates

Use these templates when generating PDCA documents.

Available Templates

TemplatePathPurpose
Plan${CLAUDE_PLUGIN_ROOT}/templates/plan.template.mdFeature planning
Design${CLAUDE_PLUGIN_ROOT}/templates/design.template.mdTechnical design
Analysis${CLAUDE_PLUGIN_ROOT}/templates/analysis.template.mdGap analysis
Report${CLAUDE_PLUGIN_ROOT}/templates/report.template.mdCompletion report
Index${CLAUDE_PLUGIN_ROOT}/templates/_INDEX.template.mdDocument index
CLAUDE${CLAUDE_PLUGIN_ROOT}/templates/CLAUDE.template.mdCLAUDE.md template

Template Usage

Plan Template

For Plan phase - feature planning before design.

Key sections:

  • Overview & Purpose
  • Scope (In/Out)
  • Requirements (Functional/Non-Functional)
  • Success Criteria
  • Risks & Mitigation

Design Template

For Do phase - technical design before implementation.

Key sections:

  • Architecture (diagrams, data flow)
  • Data Model (entities, relationships)
  • API Specification (endpoints, request/response)
  • UI/UX Design (layouts, components)
  • Error Handling
  • Security Considerations
  • Test Plan
  • Implementation Guide

Analysis Template

For Check phase - gap analysis between design and implementation.

Key sections:

  • Design vs Implementation comparison
  • Missing features
  • Inconsistencies
  • Quality metrics
  • Recommendations

Report Template

For Act phase - completion report and lessons learned.

Key sections:

  • Summary of completed work
  • Metrics (LOC, test coverage, etc.)
  • Issues encountered
  • Lessons learned
  • Future improvements

Document Output Paths

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

Variable Substitution

Templates use {variable} syntax:

  • {feature}: Feature name
  • {date}: Creation date (YYYY-MM-DD)
  • {author}: Document author

Pipeline Templates

Additional templates for Development Pipeline phases:

  • ${CLAUDE_PLUGIN_ROOT}/templates/pipeline/ directory

Document Standards

File Naming Rules

{number}_{english_name}.md      # 01_system_architecture.md
{number}-{english_name}.md      # 01-system-architecture.md
{feature}.{type}.md             # login.design.md

Common Header

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}

---

Version Control

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 |

Cross-References

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)

Status Tracking

Use _INDEX.md in each folder:

StatusMeaningClaude Behavior
✅ ApprovedUse as referenceFollow as-is
🔄 In ProgressBeing writtenNotify of changes
⏸️ On HoldTemporarily pausedRequest confirmation
❌ DeprecatedNo longer validIgnore

Conflict Resolution

  • Code vs Design mismatch: Code is truth, suggest document update
  • Multiple versions: Reference only the latest version

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon