project-foundation-planner
Installation
SKILL.md
Project Foundation Planner
Use this skill before creating many files. The goal is a foundation that lets designers, engineers, and agents work without inventing conventions on every task.
Process
- Confirm framework, project type, package manager, styling approach, and deployment target when known.
- Recommend a feature-proximity structure, not a root full of unrelated technical buckets.
- Separate primitive UI components from composed feature components.
- Define tooling defaults: TypeScript strictness, linting, formatting, testing, and CI baseline.
- Define environment variable strategy, including
.env.exampleand validation expectations. - Define where tokens, global styles, utilities, validation schemas, and docs live.
- Identify required agent context files.
- Produce an ordered setup checklist.
Output format
## Project foundation plan