agentic scripts / orchestration
workflows and scripts served as plain text for ai agents
orchestration
- orchestration.md core orchestration protocol
- orchestration_hook_install.md claude code hook installer for auto-classification and gating
workflows / react
- feature.md guided feature implementation with tests
- bugfix.md reproduce, locate root cause, fix, verify
- refactor.md safe structural changes with dependency tracking
- performance.md measure-first optimization with profiling
- review.md structured code review checklist
- pr.md pull request creation with summary and test plan
- docs.md documentation generation from source
- test.md test scaffolding with coverage analysis
workflows / dotnet
- feature.md clean architecture feature implementation with DI
- bugfix.md async, DI lifetime, and EF Core issue diagnosis
- refactor.md safe structural changes with namespace tracking
- performance.md measure-first optimization with profiling and EF tuning
- review.md structured code review for async, DI, and architecture
- pr.md pull request creation with summary
- docs.md XML docs and markdown documentation from source
- test.md xUnit/NUnit testing with WebApplicationFactory
workflows / general
- todo.md task list management workflow
- patterns-gen.md extract project patterns into a patterns file
tools
- compaction.js compact a project into a structural skeleton
- dep-graph.js generate a dependency graph for blast radius analysis
- symbols.js generate a symbol index for fast definition lookups
- manifest.json sha256 hashes for tool script staleness detection
- generate-manifest.js regenerate manifest.json from current tool scripts
quick start
add to your project's CLAUDE.md
Fetch and follow https://agentic.enrique.sh/orchestration/orchestration.md
or install hooks for auto-classification
$ claude -p "$(curl -sL https://agentic.enrique.sh/orchestration/orchestration_hook_install.md)"