tzurot-council-mcp
Council MCP Procedures
Invoke with /tzurot-council-mcp when you need external AI consultation.
When to Consult Council
Always Use For
- Major Refactorings (>500 lines)
- Before Completing Major PRs
- When Thinking "This seems unnecessary" - STOP! Consult before removing code.
- Structured Debugging
Don't Use For
- Questions answered by existing docs/skills
- Obvious code issues (typos, syntax errors)
- Small style preferences
More from lbds137/tzurot
tzurot-testing
Testing procedures. Invoke with /tzurot-testing for test execution, coverage audits, and debugging test failures.
16tzurot-deployment
Railway deployment procedures. Invoke with /tzurot-deployment for deploying, checking logs, and troubleshooting.
16tzurot-docs
Session workflow procedures. Invoke with /tzurot-docs for session start/end, CURRENT.md/BACKLOG.md management.
14tzurot-git-workflow
Git workflow procedures. Invoke with /tzurot-git-workflow for commit, PR, and release procedures.
13tzurot-tooling
MUST invoke when: adding CLI commands, creating dev scripts, or using pnpm ops commands. Contains ops CLI reference and script organization.
1tzurot-types
REQUIRED when: creating types, adding Zod schemas, or sharing constants across services. Contains common-types organization and validation patterns.
1