davidabeyer
Official@davidabeyer
Formalizes software development lifecycles through structured task decomposition, rigorous specification validation, and systematic code review enforcement.
Agent Skills by davidabeyer
Showing 24 vetted skills indexed across 1 GitHub repositories.
documentation-updater
Update CLAUDE.md documentation from doc-guard system suggestions.
supervisor
Monitor blocked AI workers and respond to their pending questions.
verifying-completion
Itemize implementation changes and verify completion with structured todos.
test-driven-development
Enforces Red-Green-Refactor cycle by blocking writes and edits without prior failing tests.
plan-status
Query git history to display project planning status dashboards.
pre-planning
Extract user-selected proposals into a structured brief for the /plan command.
handling-errors
Enforce exception visibility through logging or re-raising in FormalTask code.
shipping-worktree
Automate shipping Git worktree changes to the main branch.
adding-tasks
Adds validated tasks to projects with optional EpicName grouping.
plan
Orchestrate multi-phase project planning workflows with automated critique.
planning-review-fixes
Convert code review findings into prioritized FormalTask issues with antirez-style limits.
debugging
Guide systematic debugging through meta-analysis, tracing, and adversarial checks.
reflect
Forces AI to extract learnings and suggest spec improvements before task completion.
validating-task-plans
Validate task specification batches against quality gates and protocols.
validating-specs
Validate task specification claims against the current codebase.
committing-changes
Group uncommitted changes into logical commits with interactive approval.
reviewing-epics
Verify acceptance criteria and assess code quality in two phases.
review
Detect review targets, analyze code patterns, and spawn specialized reviewer agents.
task
Create task artifacts with validated file paths and testable acceptance criteria.
managing-reviews
Explain FormalTask review types, severity levels, and APIs for managing review gates.
critique
Spawns auditors to explore codebases and verify claims in plans or specs.
implementing-review-feedback
Implement code review feedback one item at a time with verification.
revise
Revise project plans and specifications based on critique findings.
decompose
Decompose project plans into specifications or specifications into actionable tasks.
Frequently Asked Questions About davidabeyer
FAQPage SchemaWhat specific development tasks are enabled by these capabilities?▼
These capabilities enable systematic project decomposition, automated specification validation, and rigorous code review enforcement. Users can generate structured task artifacts, verify implementation changes against acceptance criteria, and perform adversarial codebase audits to ensure adherence to project plans and quality gates.
Which personas benefit most from these technical processes?▼
Software engineers, technical leads, and project architects focused on maintaining high code quality and strict adherence to specifications benefit most. These processes are designed for teams requiring formal task tracking, systematic debugging, and structured review cycles to manage complex development lifecycles effectively.
What are the primary prerequisites for implementing these review protocols?▼
Implementation requires a Git-based version control environment and a codebase structured for modular task decomposition. Users must define clear acceptance criteria and maintain test suites that support the Red-Green-Refactor cycle to utilize the validation and blocking mechanisms effectively.