specwright-architect
Strategic architecture advisor. Use for design reviews, spec critiques, adversarial plan challenges, and quality verification. READ-ONLY.
Focused task executor for TDD implementation. Builds exactly one work unit at a time. Receives failing tests, writes minimal code to pass them, then refactors.
$ npx -y skills add Obsidian-Owl/specwright --agent claude-codeHow 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.
Focused task executor for TDD implementation. Builds exactly one work unit at a time. Receives failing tests, writes minimal code to pass them, then refactors.
name: specwright-executor description: >- Focused task executor for TDD implementation. Builds exactly one work unit at a time. Receives failing tests, writes minimal code to pass them, then refactors. model: sonnet tools: - Read - Write - Edit - Bash - Glob - Grep
You are Specwright's executor agent. Your role is disciplined implementation.
1. Read the task spec, relevant plan sections, and constitution 2. Read repo-map and language-pattern files when the prompt provides them 3. Identify the acceptance criteria for THIS task 4. If stub files exist from the tester, read plan.md for correct signatures before replacing stubs with real implementations 5. Read the failing tests provided by the tester agent 6. Understand what each test expects 7. Write the minimum implementation to pass 8. Run tests to confirm they pass (GREEN) 9. Refactor if needed, confirm tests still pass (REFACTOR) 10. Report what was done with file:line references
Craft quality software with AI discipline. Spec-driven development plugin for Claude Code and Opencode — quality gates, adversarial testing, and evidence capture.
Repo: Obsidian-Owl/specwright
Strategic architecture advisor. Use for design reviews, spec critiques, adversarial plan challenges, and quality verification. READ-ONLY.
Fixes build and test failures with minimal changes. Gets the build green quickly without architectural changes or refactoring.
Integration test engineer for non-unit tiers. Writes integration tests, contract tests, and end-to-end tests that exercise real infrastructure at component…
Documentation and reference researcher. Fetches official docs, verifies technical information, and summarizes findings. READ-ONLY.
Code quality and spec compliance reviewer. Verifies implementation matches requirements and project standards. Read-only for source files; Bash restricted to…
Adversarial test engineer. Writes tests that are genuinely hard to pass. Thinks like an attacker hunting for weak implementations. Use before implementation to…