Skip to main content
GitHub 저장소

specwright

specwright에는 Obsidian-Owl에서 수집한 skills 23개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
23
Stars
9
업데이트
2026-04-22
Forks
1
직업 범위
직업 카테고리 6개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

sw-doctor
소프트웨어 개발자

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.

2026-04-22
sw-guard
소프트웨어 개발자

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

2026-04-22
sw-init
소프트웨어 개발자

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

2026-04-22
sw-status
소프트웨어 개발자

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}.

2026-04-22
sw-audit
소프트웨어 개발자

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

2026-04-22
sw-build
소프트웨어 개발자

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

2026-04-22
sw-learn
소프트웨어 개발자

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.

2026-04-22
sw-plan
프로젝트 관리 전문가

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

2026-04-22
sw-research
컴퓨터 시스템 분석가

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

2026-04-22
sw-review
소프트웨어 품질 보증 분석가·테스터

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

2026-04-22
sw-sync
네트워크·컴퓨터 시스템 관리자

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.

2026-04-22
sw-verify
소프트웨어 품질 보증 분석가·테스터

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

2026-04-22
sw-ship
소프트웨어 개발자

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

2026-04-22
sw-adopt
소프트웨어 개발자

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

2026-04-21
sw-design
소프트웨어 개발자

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

2026-04-21
sw-pivot
프로젝트 관리 전문가

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

2026-04-21
gate-tests
소프트웨어 품질 보증 분석가·테스터

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.

2026-04-20
gate-build
소프트웨어 품질 보증 분석가·테스터

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.

2026-04-16
gate-security
정보 보안 분석가

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.

2026-04-16
gate-wiring
소프트웨어 개발자

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.

2026-04-16
sw-debug
소프트웨어 개발자

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

2026-04-16
gate-spec
소프트웨어 품질 보증 분석가·테스터

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.

2026-04-15
gate-semantic
소프트웨어 품질 보증 분석가·테스터

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.

2026-04-14