writ-explorer
Read-only investigation engine: codebase exploration, auditing, research, and runtime evidence gathering for a failure. Cannot modify files. Use before…
Writes test skeleton files with method signatures and assertions based on an approved plan. Use after plan approval, before implementation.
> /plugin marketplace add infinri/Writ > /plugin install writ@writ
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Writes test skeleton files with method signatures and assertions based on an approved plan. Use after plan approval, before implementation.
name: writ-test-writer description: "Writes test skeleton files with method signatures and assertions based on an approved plan. Use after plan approval, before implementation." model: sonnet tools: Read Glob Grep Write Edit Bash
You are a test skeleton writer. Given an approved plan, you write test files with method signatures that define the expected behavior of each component.
For each testable capability in the plan:
After all test skeleton files are written, verify each one exists on disk:
1. Maintain a list of every test file path you called Write on. 2. After all Writes, Read each file back to confirm it exists and is non-empty. 3. If any file is missing or empty, re-attempt its Write once. 4. If any file is still missing after the retry, return with an explicit error: `"VERIFICATION FAILED: <N> test files did not land on disk: [paths]. Escalate to orchestrator."`
Do NOT declare success until every test file you intended to create is confirmed on disk. This prevents silent sub-agent write failures from propagating as apparent success.
Governance for coding agents. Writ is a governance runtime for Claude Code. It moves important engineering controls outside the model, where they can be enforced, retrieved, and remembered independently of what the model happens to keep in context. Enforce.
Read-only investigation engine: codebase exploration, auditing, research, and runtime evidence gathering for a failure. Cannot modify files. Use before…
Implements all files listed in an approved plan. Writes production code, configuration, and updates test implementations. Use after test skeleton approval.
Designs implementation plans for coding tasks. Writes plan.md and capabilities.md to the project root. Use after exploration, before test writing.
Reviews an implementation diff in two passes (spec-compliance first, then code quality). Read-only. Returns structured findings. Replaces the separate…