groundwork
Structured planning, TDD execution, and multi-agent code validation
All Skills in This Repository (29)
Pure Emerald Level Indicatorsskills-of-groundwork
Read SKILL.md frontmatter to catalog Groundwork skill names and descriptions.
swarm-debugging
Dispatch parallel agent teams to investigate bug hypotheses and converge on root causes.
help-with-groundwork
List Groundwork commands, skills, and agents from the plugin manifest.
sync-architecture
Analyze session history to update architecture documents in monorepos.
tasks
Converts specs and architecture into milestone-driven task files with dependencies and acceptance criteria.
test-driven-development
Guide feature development and bug fixes through a RED-GREEN-REFACTOR workflow.
swarm-architecture-design
Triage architecture decisions and spawn advocate agents for parallel option analysis.
execute-all-tasks
Batch-run repository tasks with dependency-aware ordering and isolated git worktrees.
sync-specs
Synchronize product specifications with session decisions while preserving EARS formatting and versioning.
project-selector
Switch the active project in a monorepo via a UI prompt and persist the selection.
using-groundwork
Enforce Skill tool invocation before responding and validate YAML frontmatter.
debugging
Identify and prove bug root causes through a structured five-phase workflow.
Frequently Asked Questions
FAQPage SchemaHow to install Groundwork?โผ
Run `npx skills add etr/groundwork --all -g -y` in your terminal to install all skills and reviewer agents globally.
What does Groundwork do?โผ
It provides a full development lifecycle: writing PRDs, designing architecture, generating tasks, implementing them with TDD in isolated git worktrees, and validating changes with parallel reviewer agents before merge.
How does Groundwork validate code changes?โผ
The validate skill launches specialized reviewers for code quality, security, performance, tests, architecture, and spec alignment, then a fixer agent resolves critical and major findings until all reviewers approve.
Does Groundwork work with Codex and other harnesses?โผ
Yes. Besides Claude Code, its installer exports skills and agents to Codex, OpenCode, Kiro, and Pi in each platform's native format.
Can Groundwork run tasks autonomously?โผ
Yes. The batch execution skills plan, implement, validate, and merge all remaining tasks in dependency order, with optional parallel agent-team mode for large batches.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core