create-religion
v0.5.0
Published
A file-backed, spec-driven AI development workflow. Spec before code, small reviewed diffs, and project state in markdown so a cleared context costs nothing.
Maintainers
Readme
create-religion
A file-backed, spec-driven AI development workflow.
npx create-religion@latestYou write two planning documents. The workflow turns them into project context, work-item specs, and small reviewable build steps. You review every spec before code exists, and every diff before it lands.
What it installs
- 22 skills your AI tool can run:
feature,implement,check,audit,complete, and the rest of the loop around them. - A state directory holding your plans, the active spec, the findings ledger, and the archive of everything finished.
- Enforcement hooks for Claude Code, backing rules that apply to every supported tool.
Works with Claude Code, Codex, GitHub Copilot, and OpenCode. Each tool's files are generated separately, so they carry that tool's own invocation syntax.
After installing
- Run the
setupskill. On an existing codebase it surveys what is there and drafts your plans from it. - Fill in
religion/project-plan.mdandreligion/build-plan.md. - Run
overview, then the loop:feature,implement,check,complete.
Commands
npx create-religion status # where the work stands, and the one thing to do next
npx create-religion doctor # is the setup healthy
npx create-religion dashboard # a local read-only view
npx create-religion update # update the workflow files, preserving yoursInstalling the package globally shortens these to religion status and the rest.
update will not overwrite a file you have edited. It tells you what conflicts and backs
up the original if you choose to replace it.
Documentation
MIT.
