Obsidian-Owl/specwright

Craft quality software with AI discipline. Spec-driven development plugin for Claude Code and Opencode — quality gates, adversarial testing, and evidence capture.

9Stars on the repository
60Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

gate-build

01

Obsidian-Owl/specwright

Skill Claude CodeCodex

Runs configured build and test commands in tiered order. Captures output as evidence per tier. Returns PASS, FAIL, WARN, or SKIP based on per-tier verdicts. Internal gate — invoked by verify, not directly by users.

9 4mo ago A 51 tokens original MIT

gate-security

02

Obsidian-Owl/specwright

Skill Claude CodeCodex

Detects leaked secrets, injection patterns, and sensitive data exposure across changed files. Uses real tooling when configured, LLM judgment for analysis. Internal gate — invoked by verify.

9 4mo ago B 38 tokens original MIT

gate-semantic

03

Obsidian-Owl/specwright

Skill Claude CodeCodex

Tiered semantic analysis of changed code (rg → ast-grep → OpenGrep). Detects error-path bugs structural gates miss. Findings default to WARN. Internal — invoked by verify.

9 4mo ago A 42 tokens original MIT

gate-spec

04

Obsidian-Owl/specwright

Skill Claude CodeCodex

Maps every acceptance criterion from the spec to implementation evidence and test evidence. Criteria without evidence fail. The ultimate quality gate. Internal — invoked by verify.

9 4mo ago A 33 tokens original MIT

gate-tests

05

Obsidian-Owl/specwright

Skill Claude CodeCodex

Audits test quality — assertion strength, boundary coverage, mock discipline, error path testing. Delegates to the tester agent for adversarial analysis. Internal gate — invoked by verify.

9 4mo ago A 39 tokens original MIT

gate-wiring

06

Obsidian-Owl/specwright

Skill Claude CodeCodex

Detects unused exports, orphaned files, architecture layer violations, and circular dependencies across changed files. Delegates to architect agent for structural analysis. Internal gate — invoked by verify.

9 4mo ago A 40 tokens original MIT

sw-adopt

07

Obsidian-Owl/specwright

Skill Claude CodeCodex

Explicitly adopt an existing work into the current worktree after validating live ownership, stale sessions, and branch consistency.

9 4mo ago A 27 tokens original MIT

sw-audit

08

Obsidian-Owl/specwright

Skill Claude CodeCodex

Periodic codebase health check. Analyzes architecture, complexity, consistency, and debt across the full codebase. Produces persistent findings in AUDIT.md.

9 4mo ago A 36 tokens original MIT

sw-build

09

Obsidian-Owl/specwright

Skill Claude CodeCodex

TDD implementation of one work unit. Delegates test writing to the tester agent and implementation to the executor agent. Commits per task.

9 4mo ago A 31 tokens original MIT

sw-debug

10

Obsidian-Owl/specwright

Skill Claude CodeCodex

Investigation-first debugging workflow. Scopes the problem, delegates root cause analysis, produces a diagnosis report, and applies fix/log/defer autonomously.

9 4mo ago A 33 tokens original MIT

sw-design

11

Obsidian-Owl/specwright

Skill Claude CodeCodex

Autonomous solution architecture. Researches the codebase, designs a solution, challenges it adversarially, and produces design artifacts.

9 4mo ago A 29 tokens original MIT

sw-doctor

12

Obsidian-Owl/specwright

Skill Claude CodeCodex

Specwright health check. Validates shared config, anchor docs, workflow and session state, commands, gates, and hooks. May backfill shipped PR metadata when it can prove the mapping safely.

9 4mo ago A 43 tokens original MIT

sw-guard

13

Obsidian-Owl/specwright

Skill Claude CodeCodex

Detects project stack and existing guardrails, then interactively configures deterministic quality checks across session, commit, push, and CI/CD layers.

9 4mo ago A 33 tokens original MIT

sw-init

14

Obsidian-Owl/specwright

Skill Claude CodeCodex

Initializes Specwright in a project. Detects stack, asks about practices, creates constitution and charter, configures quality gates and hooks.

9 4mo ago A 31 tokens original MIT

sw-learn

15

Obsidian-Owl/specwright

Skill Claude CodeCodex

Captures patterns and learnings from the current work unit. Reviews build failures, gate findings, and architecture decisions. Applies objective promotion criteria autonomously — patterns.md is the artifact.

9 4mo ago A 40 tokens original MIT

sw-pivot

16

Obsidian-Owl/specwright

Skill Claude CodeCodex

Research-backed rebaselining. Revises design, plan, or in-progress work while preserving completed scope and approval lineage.

9 4mo ago A 29 tokens original MIT

sw-plan

17

Obsidian-Owl/specwright

Skill Claude CodeCodex

Breaks a design into work units with testable specs. Reads design artifacts from sw-design and produces implementation-ready plans.

9 4mo ago A 27 tokens original MIT

sw-research

18

Obsidian-Owl/specwright

Skill Claude CodeCodex

Deep outward-facing research. Investigates external documentation, APIs, industry patterns, and best practices. Produces validated research briefs.

9 4mo ago A 29 tokens original MIT

sw-review

19

Obsidian-Owl/specwright

Skill Claude CodeCodex

Fetches and displays PR review comments from GitHub, grouped by priority, and allows the user to reply to or resolve individual threads.

9 4mo ago A 30 tokens original MIT

sw-ship

20

Obsidian-Owl/specwright

Skill Claude CodeCodex

Ships the current work unit. Verifies all gates passed, creates a PR with evidence-mapped body, updates workflow state to shipped.

9 4mo ago A 31 tokens original MIT

sw-status

21

Obsidian-Owl/specwright

Skill Claude CodeCodex

Shows current Specwright state for this worktree, the attached work, repo-wide active works, gate results, and lock status. Supports --reset, --cleanup, and --repair {unitId}.

9 4mo ago A 43 tokens original MIT

sw-sync

22

Obsidian-Owl/specwright

Skill Claude CodeCodex

Syncs the local repository by fetching all remotes, updating the base branch, and removing stale local branches that are not protected by live sessions or helper worktrees.

9 4mo ago A 36 tokens original MIT

sw-verify

23

Obsidian-Owl/specwright

Skill Claude CodeCodex

Orchestrates quality gates for the current work unit. Runs enabled gates in dependency order, produces an aggregate evidence report with gate handoff.

9 4mo ago A 32 tokens original MIT