What problem does it solve?
This Skill turns a fresh or partially configured repository into a clear, runnable technical foundation by detecting what already exists, asking only for the missing decisions, and recording the stack setup in the project’s operational files.
Core Features & Use Cases
- Stack detection: Reads manifests, lockfiles, and existing config to infer language, package manager, test runner, linting, framework, and coverage tooling.
- Guided interview: Asks focused questions about project identity, isolation, absolute rules, commands, coverage policy, and optional forge or brand settings only when the repo cannot answer them.
- Operational wiring: Populates the project’s stack context, command mappings, stack-profile patterns, scripts, and coverage configuration so downstream agents can work safely and consistently.
- Greenfield guidance: Recommends a suitable stack when no implementation exists yet and records the user’s choice as a concise technical decision.
Quick Start
Ask me to configure the technical foundation for this repository and I will detect the stack, fill the missing settings, and prepare the project for discovery or planning.