| name | templates |
| description | Project scaffolding templates for new applications. Use when creating new projects from scratch. Contains 12 templates for various tech stacks. |
| allowed-tools | Read, Glob, Grep |
Project Templates
🎯 Selective Reading Rule
Read ONLY the template matching user's project type!
Usage
- User says "create [type] app"
- Match to appropriate template
- Read ONLY that template's TEMPLATE.md
- Follow its tech stack and structure
🚨 LLM Trap Table
| Pattern | What AI Does Wrong | What Is Actually Correct |
|---|
| [domain-specific trap 1] | [hallucination] | [correct behavior] |
| [domain-specific trap 2] | [hallucination] | [correct behavior] |
| [domain-specific trap 3] | [hallucination] | [correct behavior] |
✅ Pre-Flight Self-Audit
Before producing any output, verify:
✅ Did I read the actual files before making claims about them? ✅ Did I verify all method names against official documentation? ✅ Did I add // VERIFY: on any uncertain API calls? ✅ Are all imports from packages that actually exist in package.json? ✅ Did I test my logic with edge cases (null, empty, 0, max)? ✅ Did I avoid generating code for more than one module at a time? ✅ Am I working from evidence, not assumption?
🔠VBC Protocol (Verify → Build → Confirm)
VERIFY: Read the actual codebase before writing anything BUILD: Generate the smallest meaningful unit of code CONFIRM: Verify the output is correct before presenting
🚨 LLM Trap Table
| Pattern | What AI Does Wrong | What Is Actually Correct |
|---|
| [domain-specific trap 1] | [hallucination] | [correct behavior] |
| [domain-specific trap 2] | [hallucination] | [correct behavior] |
| [domain-specific trap 3] | [hallucination] | [correct behavior] |
✅ Pre-Flight Self-Audit
Before producing any output, verify:
✅ Did I read the actual files before making claims about them? ✅ Did I verify all method names against official documentation? ✅ Did I add // VERIFY: on any uncertain API calls? ✅ Are all imports from packages that actually exist in package.json? ✅ Did I test my logic with edge cases (null, empty, 0, max)? ✅ Did I avoid generating code for more than one module at a time? ✅ Am I working from evidence, not assumption?
🔠VBC Protocol (Verify → Build → Confirm)
VERIFY: Read the actual codebase before writing anything BUILD: Generate the smallest meaningful unit of code CONFIRM: Verify the output is correct before presenting
Pre-Flight Checklist
VBC Protocol (Verification-Before-Completion)
You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.