groundwork

star 0

Lay the foundation before acting. Fetches canonical guidance, finds 2-3 reference implementations, compares to the current repo, and produces a phased cleanup plan that hands off to /grill-me and /implement. Topic-agnostic. TRIGGER: brand-new project, first instance of a task class in a repo, audit/cleanup of an accreted area, "how should I set this up" / "what's the right way to do X", or any architecture decision before code exists. SKIP: quick fixes (/oneshot), pure debugging or mapping (/research), or explicit "just do it" / "skip the research".

2bTwist By 2bTwist schedule Updated 6/2/2026

name: groundwork description: | Lay the foundation before acting. Fetches canonical guidance, finds 2-3 reference implementations, compares to the current repo, and produces a phased cleanup plan that hands off to /grill-me and /implement. Topic-agnostic.

TRIGGER: brand-new project, first instance of a task class in a repo, audit/cleanup of an accreted area, "how should I set this up" / "what's the right way to do X", or any architecture decision before code exists. SKIP: quick fixes (/oneshot), pure debugging or mapping (/research), or explicit "just do it" / "skip the research". model: opus

Groundwork

Produce a phased cleanup plan for any task class. Output is implementation-ready, citation-backed, and hands off to /grill-me and /implement. Topic-agnostic — no hardcoded stack, framework, or author.

Execution

Execute steps immediately. Do not announce. Pause only where a step says to.

Critical rules

  1. No recommendation without a source. Every load-bearing decision cites a published author/vendor doc/paper from step 2 OR a maintained library/reference-repo file path from step 3. At least one decision per cleanup phase must cite a step-3 source. Otherwise flag as "judgment call, no canonical source."
  2. Step 3 is mandatory. Survey 2-3 reputable real-world solutions unless the topic is purely abstract.
  3. Convergent practice beats single-author recommendation. Conventions across multiple production repos beat any single author's principle.
  4. Vendor docs beat tutorials. Peer-reviewed papers beat blog summaries for research-adjacent topics.
  5. Good existing patterns beat external canonical. Document what matches and leave it alone. Do not ratify the status quo. Do not propose blanket migration.
  6. Output is a phased cleanup plan. At least one phase with file paths, ordered steps, and verification. Description-only output is a failed run.
  7. Implementation-ready. Explicit file paths, ordered steps, code snippets where they reduce ambiguity, automated verification.
  8. Do not invoke /grill-me automatically. End with the hand-off line and stop.
  9. Scope to the task. 2-3 converging signals beat 8 weak ones.

Argument

Natural language. Examples:

  • /groundwork rate-limiting-middleware
  • /groundwork we need a background job system that retries on failure

Normalize internally: strip filler ("I'm trying to", "we need"), keep substantive nouns.

  • Task-class label for queries and chat summary (e.g. "rate-limiting middleware").
  • File slug for the plan path: kebab-case, max 6 words. Used as specs/plans/YYYY-MM-DD-groundwork-<slug>.md.

In step 1, restate the normalized label so the user can correct it.

If no argument: respond What are you trying to do? Describe it however you want. Then wait.

Steps

1. Infer canonical topic, confirm scope

Map the user's fuzzy description to a canonical topic name before research. Use published skill names as canonical vocabulary — see REFERENCE.md. Restate in one sentence: "Based on your description, I read this as <topic>. Continuing unless you correct me." Soft confirmation. Proceed unless interrupted. If multiple plausible matches with no obvious winner, ask which fits, then wait.

Identify scenario: (a) existing repo, new task class; (b) brand new project; (c) accreted area being audited.

2. Find canonical guidance

2a — Skill collections. Reuse the step 1 list. Fetch matching SKILL.md files raw. Capture: name, URL, load-bearing principles (verbatim quotes). Vetting criteria: see REFERENCE.md.

2b — Library/vendor docs. If the topic maps to a library/SDK/framework, prefer context7 MCP (resolve-library-idquery-docs) — bypasses search noise and stale training data. Otherwise WebSearch " best practices " and WebFetch top 2-4 high-signal results. Verbatim quotes.

2c — Academic literature (research-adjacent topics only — ML, algorithms, distributed systems, crypto, formal methods). Skip explicitly for engineering ergonomics. Protocol: see REFERENCE.md.

3. Survey real-world solutions

Identify 2-3 reputable solutions. Two modes:

  • Mode A — packaged solutions (libraries, SDKs, services). If a maintained library covers this cleanly, the plan adopts it. Building needs an explicit reason.
  • Mode B — reference open-source repos, for patterns teams implement inline (auth flows, data pipelines, monorepo structure).

Vetting criteria: see REFERENCE.md. For each solution, capture: name, URL, qualification reason, API surface or 2-3 conventions with file paths, divergence from other solutions.

If 2-3 reputable solutions cannot be found: state the queries used, treat the absence as a finding.

4. Map current repo (scenarios a and c)

Spawn an Explore subagent or do it directly. Capture: stack, file paths and counts of existing instances, the canonical local pattern, anti-patterns with file paths and line numbers, coverage gaps.

This map is the input to step 5. Without concrete file paths, step 5 is vague.

For scenario b: skip, capture user-stated constraints (deployment target, performance bounds, team size).

5. Write the phased plan

Write to specs/plans/YYYY-MM-DD-groundwork-<slug>.md. Create specs/plans/ if missing. Structure: see PLAN_TEMPLATE.md.

After writing, output a brief chat summary: plan path, phase count and titles, first phase's effort and verification.

6. Hand off

End the chat summary with:

Run /grill-me against this plan to stress-test the tradeoffs. Then /implement specs/plans/<file> to execute Phase 1.

Stop. Do not invoke other commands.

When invoked on the wrong task

If the SKIP block matches, push back in one sentence and suggest /oneshot (trivial work) or /research (pure mapping, debugging) instead.

Install via CLI
npx skills add https://github.com/2bTwist/dotclaude --skill groundwork
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator