etretrCommunityยท29 Agent Skills Included

groundwork

Structured planning, TDD execution, and multi-agent code validation

Guides software projects from requirements to shipped code through structured workflows: PRD writing, architecture decisions, task breakdown, worktree-isolated TDD implementation, and staged rollouts. Runs parallel reviewer agents that check code quality, security, performance, tests, and spec alignment, then fixes findings automatically. Eliminates ad-hoc prompting, undocumented decisions, and unreviewed code reaching production.
npx skills add etr/groundwork --all -g -y
Available:

Explains to the AI agent how the plugin's skills, reviewer agents, hooks, and lifecycle router fit together so it can route work through the correct planning, implementation, and validation workflows.

All Skills in This Repository (29)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
etretr

skills-of-groundwork

Read SKILL.md frontmatter to catalog Groundwork skill names and descriptions.

Community
Intermediate
๐Ÿ“ฆ In Repo
etretr

swarm-debugging

Dispatch parallel agent teams to investigate bug hypotheses and converge on root causes.

Community
Advanced
๐Ÿ“ฆ In Repo
etretr

help-with-groundwork

List Groundwork commands, skills, and agents from the plugin manifest.

Community
Basic
๐Ÿ“ฆ In Repo
etretr

sync-architecture

Analyze session history to update architecture documents in monorepos.

Community
Advanced
๐Ÿ“ฆ In Repo
etretr

tasks

Converts specs and architecture into milestone-driven task files with dependencies and acceptance criteria.

Community
Advanced
๐Ÿ“ฆ In Repo
etretr

test-driven-development

Guide feature development and bug fixes through a RED-GREEN-REFACTOR workflow.

Community
Advanced
๐Ÿ“ฆ In Repo
etretr

swarm-architecture-design

Triage architecture decisions and spawn advocate agents for parallel option analysis.

Community
Advanced
๐Ÿ“ฆ In Repo
etretr

execute-all-tasks

Batch-run repository tasks with dependency-aware ordering and isolated git worktrees.

Community
Advanced
๐Ÿ“ฆ In Repo
etretr

sync-specs

Synchronize product specifications with session decisions while preserving EARS formatting and versioning.

Community
Intermediate
๐Ÿ“ฆ In Repo
etretr

project-selector

Switch the active project in a monorepo via a UI prompt and persist the selection.

Community
Intermediate
๐Ÿ“ฆ In Repo
etretr

using-groundwork

Enforce Skill tool invocation before responding and validate YAML frontmatter.

Community
Basic
๐Ÿ“ฆ In Repo
etretr

debugging

Identify and prove bug root causes through a structured five-phase workflow.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’