From cc-godmode
Bootstraps repo-local governance (CLAUDE.md, README, VERSION) in empty or undocumented workspaces before feature workflows. Use for projects lacking clear structure.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-godmode:greenfield-bootstrapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill before the normal `workflows` pipeline when the current workspace is
Use this skill before the normal workflows pipeline when the current workspace is
empty, newly initialized, or missing the local governance needed for safe multi-step
implementation. It establishes just enough structure that @architect and @builder
have firm ground to stand on.
CLAUDE.md (copy ~/.claude/templates/CLAUDE-ORCHESTRATOR.md and trim
to the project) so the Orchestrator and agents have rulesREADME.md with purpose + how to run, if none existsVERSION file (start at 0.1.0) so the version-first rule has an anchorworkflows
pipeline (@architect first for any real feature).@architect, not preemptively.Task tool.| After bootstrap | Use |
|---|---|
| First real feature | workflows → Feature workflow (@architect → @builder → gates) |
| Security-sensitive scaffolding | route gates through @security |
| Throwaway spike instead | prototype-mode skill |
CLAUDE.md + structure)npx claudepluginhub cubetribe/claudecode_godmode-onScaffolds the minimum repo structure (CLAUDE.md, Session Config, bootstrap.lock) for session-orchestrator. Auto-activates when files are missing; also invocable via /bootstrap with fast/standard/deep tiers.
Use when launching a new project, initializing a repository, or building a codebase from the ground up - addresses directory structure, tooling configuration, linting, testing infrastructure, CI/CD pipelines, and version control setup
Use this skill for "initialize project", "set up project", "scaffold project", "create CLAUDE.md", "set up rules", "create context directory", "vibe rules", "project templates", "init new project", "set up development structure", "create .rules", "create .context", "project scaffolding", "set up pre-commit hooks", or when the user wants to initialize a new project with Claude/Cursor development templates and structured documentation.