Claude Skills

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

PlatformSupported
Claude Code
Claude.ai

Included Skills

SkillDescription
Setting Up a ProjectAuthors a CLAUDE.md file that defines your project’s purpose, tech stack, and development practices before any code is written.
Issue DecompositionDecompose projects into well-structured GitHub issues with user stories, acceptance criteria, and estimates.
Writing User StoriesWrite properly formatted user stories with Given-When-Then acceptance criteria and an INVEST quality checklist.
Writing Verification PlansCreate verification plans for real-world acceptance testing with concrete scenarios and success criteria.
Architecture DiagrammingGenerate Mermaid architecture diagrams showing system components, layers, and data flows.
Dependency MappingGenerate Mermaid dependency graphs showing issue relationships, blocking chains, and critical paths.
Mermaid DiagramsGuide 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.