Project Foundations (Bundle)
A curated bundle for taking a new project from concept to a diagrammed, story-driven plan: project setup, issue decomposition, user stories, verification plans, and architecture/dependency/Mermaid diagrams.
Installation
Add the marketplace and install the bundle:
/plugin marketplace add britt/claude-code-skills
/plugin install project-foundations@britt
Compatibility
| Platform | Supported |
|---|---|
| Claude Code | ✓ |
| Claude.ai |
Included Skills
| Skill | Description |
|---|---|
| Setting Up a Project | Authors a CLAUDE.md file that defines your project’s purpose, tech stack, and development practices before any code is written. |
| Issue Decomposition | Decompose projects into well-structured GitHub issues with user stories, acceptance criteria, and estimates. |
| Writing User Stories | Write properly formatted user stories with Given-When-Then acceptance criteria and an INVEST quality checklist. |
| Writing Verification Plans | Create verification plans for real-world acceptance testing with concrete scenarios and success criteria. |
| Architecture Diagramming | Generate Mermaid architecture diagrams showing system components, layers, and data flows. |
| Dependency Mapping | Generate Mermaid dependency graphs showing issue relationships, blocking chains, and critical paths. |
| Mermaid Diagrams | Guide for creating syntactically correct Mermaid diagrams that render properly on GitHub. |
How to use it
Install the bundle when you want the full concept-to-plan workflow in one step rather than installing each skill individually. Each skill in the bundle is single-sourced back to its canonical definition under skills/, so bundle and standalone installs always stay in sync.