etr

55 mods across 3 repositories, 59 stars between them.

groundwork

01

etr/groundwork

Plugin Claude Code

Comprehensive skills library for Claude Code: planning, design, TDD, debugging, collaboration patterns, and proven techniques.

42 20d ago A tokens not measured original MIT

etr/groundwork

Instructions file CodexOpenCode

Instructions for etr/groundwork, covering agents.md, project overview, project structure, component formats and skills (skills/ /skill.md).

42 20d ago A 1,948 tokens original MIT

etr/groundwork

Instructions file

Instructions for etr/groundwork, covering claude.md, project overview, project structure, component formats and skills (skills/ /skill.md).

42 20d ago A 1,948 tokens copy · 97% MIT

SessionStart

04

etr/groundwork

Hook

Runs when a session starts on startup, resume, clear and compact, executing session-start.sh via bash. From etr/groundwork.

42 20d ago A tokens not measured original MIT

PostToolUse

05

etr/groundwork

Hook

Runs after a tool call finishes for Bash and Skill tool calls, executing check-commit-alignment.sh and resolve-template-vars.js via bash (2 commands). From etr/groundwork.

42 20d ago A tokens not measured copy · 86% MIT

SubagentStop

06

etr/groundwork

Hook

Runs when a subagent finishes, executing validate-agent-output.sh via bash. From etr/groundwork.

42 20d ago A tokens not measured original MIT

PreCompact

07

etr/groundwork

Hook

Runs before the context is compacted, executing pre-compact.sh via bash. From etr/groundwork.

42 20d ago A tokens not measured copy · 45% MIT

build-unplanned

08

etr/groundwork

Skill Claude CodeCodex

Build a feature from description with worktree isolation and TDD. Usage /groundwork:build-unplanned "Add user login".

42 20d ago A 30 tokens original MIT

etr/groundwork

Skill Claude CodeCodex

Verify alignment between code and specs. Usage /groundwork:check-specs-alignment.

42 20d ago A 23 tokens original MIT

create-tasks

10

etr/groundwork

Skill Claude CodeCodex

Generate implementation tasks from architecture document. Usage /groundwork:create-tasks.

42 20d ago A 18 tokens original MIT

debug

11

etr/groundwork

Skill Claude CodeCodex

This skill should be used when investigating bugs, unexpected behavior, test failures, or any code that does not work as expected - enforces systematic root cause analysis before any fix.

42 20d ago A 36 tokens original MIT

design-architecture

12

etr/groundwork

Skill Claude CodeCodex

This skill should be used when the user asks to design system architecture, make architectural decisions, or translate PRD into technical design.

42 20d ago A 29 tokens original MIT

design-it-twice

13

etr/groundwork

Skill Claude CodeCodex

Use before committing to a non-trivial module, service boundary, or public API - generate 2-3 divergent interface designs, compare them on depth/locality/seam, and recommend one.

42 20d ago A 44 tokens original MIT

design-product

14

etr/groundwork

Skill Claude CodeCodex

Create detailed product requirements document (PRD) for a feature. Usage /groundwork:design-product.

42 20d ago A 23 tokens original MIT

domain-modeling

15

etr/groundwork

Skill Claude CodeCodex

Use when designing a product or feature and the project lacks shared, agreed terminology - builds and maintains a pure domain glossary so agents speak one language.

42 20d ago A 32 tokens original MIT

etr/groundwork

Skill Claude CodeCodex

Use when building a high-stakes or hard-to-reverse change - schema/data migrations, auth, payments, public API surface, destructive operations, or concurrency - to adversarially refute the chosen approach BEFORE committing to it.

42 20d ago A 50 tokens original MIT

groundwork-check

17

etr/groundwork

Skill Claude CodeCodex

Validate the Groundwork plugin for common issues. Usage /groundwork:groundwork-check.

42 20d ago B 21 tokens original MIT

groundwork-help

18

etr/groundwork

Skill Claude CodeCodex

List all Groundwork skills with descriptions. Usage /groundwork:groundwork-help.

42 20d ago A 20 tokens original MIT

handoff

19

etr/groundwork

Skill Claude CodeCodex

Use when ending a session or passing work to another agent - produces a compact handoff document that transfers context, state, and next objective without copying source material.

42 20d ago A 34 tokens original MIT

implement-task

20

etr/groundwork

Skill Claude CodeCodex

Dispatches a planned task/feature to the task-executor agent for worktree-isolated TDD implementation.

42 20d ago A 24 tokens original MIT

etr/groundwork

Skill Claude CodeCodex

Instrument a change with structured logging, RED metrics, trace spans, and symptom-based alerts - use while building the change, not after an incident proves it was unobservable.

42 20d ago A 38 tokens original MIT

just-do-it-swarming

22

etr/groundwork

Skill Claude CodeCodex

Execute all remaining tasks using agent teams for context isolation. Each task runs in its own session. Usage /groundwork:just-do-it-swarming [--parallel].

42 20d ago A 39 tokens original MIT

just-do-it

23

etr/groundwork

Skill Claude CodeCodex

Execute all remaining tasks in sequence until completion. Usage /groundwork:just-do-it.

42 20d ago C 21 tokens original MIT

plan-task

24

etr/groundwork

Skill Claude CodeCodex

Plans a task or feature - loads context, optionally clarifies requirements, spawns Plan agent, persists plan to .groundwork-plans/.

42 20d ago A 31 tokens original MIT