What problem does it solve?
This Skill helps you reliably initialize a brand-new project or greenfield repository without accidentally overwriting existing work, while ensuring the initial scaffold, toolchain, and validation steps are correct.
Core Features & Use Cases
- Triage-to-plan to scaffold: Treats the workflow file as the single source of truth, running preflight first to determine the target directory state and applicable rules.
- Path-appropriate execution: Applies Minimal, Standard, or Complex execution orders (preflight → planning/review → scaffold → validation → handoff).
- Safety and non-destructive behavior: Avoids committing/pushing without explicit permission and prevents overwriting, reverting, deleting, or reformatting unrelated user changes.
- Use Case: Create an initial repo for a new coding agent project, including README/.gitignore/config setup, initial package management and toolchain selection, and a validation run before handing off to feature development.
Quick Start
Ask the agent to run the project-initialization workflow to scaffold a new target directory for your greenfield repository after it verifies the directory state and parent workspace rules.