Tradebaas

25 mods across 1 repository, 2 stars between them.

architect

01

Tradebaas/Groundwork

Skill Claude CodeCodex

Design the system before building it: module boundaries, data model, integration contracts, environments, threat model. Use after stack choice and before the first build session, and again when a change would cross or move a boundary. Produces docs/product/ARCHITECTURE.md and decision records.

2 6d ago A 60 tokens original MIT

begin

02

Tradebaas/Groundwork

Skill Claude CodeCodex

Start a project on Groundwork. Use when docs/state/STATE.md says NOT STARTED, when the user says "begin", "start", "nieuw project", or asks how to get going in an empty copy - also when they lay Groundwork over a project that already exists (adopt, retrofit, brownfield), and when they open with an existing PRD…

2 6d ago C 124 tokens original MIT

calibrate

03

Tradebaas/Groundwork

Skill Claude CodeCodex

Pick the model and effort level for a work session BEFORE it starts, matched to the work planned and to token cost. Load when the user asks which model or effort to use, says "which model", "calibrate", "pick a model", "effort", or describes the next session's work and wants the cheapest setup that will finish it in…

2 6d ago A 105 tokens original MIT

checkpoint

04

Tradebaas/Groundwork

Skill Claude CodeCodex

Flush a lean mid-session handoff into STATE.md so you can clear the context and resume the same work in a fresh, cheap session. Load when one chat session has used roughly 15% of the context window (the activation point; past 40% it is urgent), when the session feels long or slow, or when the user says "checkpoint"…

2 6d ago A 110 tokens original MIT

code-review

05

Tradebaas/Groundwork

Skill Claude CodeCodex

Review the diff of substantial work before it is committed, after verify has passed. A gate-weakening scan first, then two always-on review axes with fresh eyes (standards conformance, and spec plus commit-message fidelity), plus a security axis that fires only on auth, payments, PII, external input, crypto or…

2 6d ago A 95 tokens original MIT

comply

06

Tradebaas/Groundwork

Skill Claude CodeCodex

Compliance review against Dutch and EU law: GDPR/AVG, EU AI Act, accessibility (EAA/WCAG), NIS2, CRA, licensing. Use at project start (begin flags it), before first delivery, when new personal-data or AI processing is added, and at the quarterly audit. Verifies current rules against authoritative sources, never from…

2 6d ago A 76 tokens original MIT

critical-thinking

07

Tradebaas/Groundwork

Skill Claude CodeCodex

Think hard about an idea, plan, or decision before committing to build it - the counterweight to AI's built-in pull toward agreeing, praising, and building whatever is asked. Load when the user proposes a solution, feature, approach, or "wouldn't it be great if", when begin's challenge step hands over a fresh product…

2 6d ago A 148 tokens original MIT

debug

08

Tradebaas/Groundwork

Skill Claude CodeCodex

Systematic debugging when a failure's cause is unknown: reproduce first, isolate, fix the root cause once, prove it with a regression test. Use when a bug, crash, failing test or wrong output has no obvious cause, when a fix attempt did not work, or before claiming a stubborn bug fixed. For production incidents…

2 6d ago A 80 tokens original MIT

deliver

09

Tradebaas/Groundwork

Skill Claude CodeCodex

Release, deploy, or hand over a milestone in a disciplined, repeatable way. Use when shipping to users, deploying to an environment, tagging a release, or closing out a milestone. Nothing ships that verify hasn't passed.

2 6d ago A 47 tokens original MIT

design-guard

10

Tradebaas/Groundwork

Skill Claude CodeCodex

Judgment check before delivering user-facing output the installed design method does not carry: generated documents, e-mails, exports, error and CLI output, and interfaces on platforms it has no guidance for (game engines, console, embedded, print). For a frontend it re-checks the render against its direction contract…

2 6d ago A 87 tokens original MIT

design

11

Tradebaas/Groundwork

Skill Claude CodeCodex

Stand up this project's design system and voice, and run the making of an interface through impeccable, the installed design method. Covers brand intake, the UI foundation choice (component library or bespoke), voice and wording, and the owner's three decision points: the visual direction, the rendered compositions…

2 6d ago A 106 tokens original MIT

handover

12

Tradebaas/Groundwork

Skill Claude CodeCodex

Make the project fully transferable to another human or agent with zero verbal context. Use at milestones, before breaks, when a new person/tool joins, or when the owner asks "can someone else take this over?". Also the end-of-session discipline when significant work happened.

2 6d ago A 56 tokens original MIT

ingest

13

Tradebaas/Groundwork

Skill Claude CodeCodex

Convert non-Markdown source files (PDF, Word, PowerPoint, Excel, images, audio, HTML, CSV/JSON/XML, ZIP, EPub) to Markdown with Microsoft markitdown before reading them, so tokens are spent on content and not on binary bulk. Use when a task needs the contents of such a file, when adding reference material to…

2 6d ago A 94 tokens original MIT

maintain

14

Tradebaas/Groundwork

Skill Claude CodeCodex

Keep a shipped product healthy: monitoring, updates, incidents, debt, periodic audits, retirement. Use after first production release, on a maintenance session, when dependencies need updating, when something broke in production, to harvest defer: markers into the debt ledger, or when a product, environment or…

2 6d ago A 74 tokens original MIT

scope-guard

15

Tradebaas/Groundwork

Skill Claude CodeCodex

Judgment check before calling substantial work done or proposing a commit. Use before "done", before committing more than a trivial change, and whenever you notice yourself building something nobody asked for. The judgment layer above the automated gates, not a duplicate of them.

2 6d ago A 55 tokens original MIT

scope

16

Tradebaas/Groundwork

Skill Claude CodeCodex

Define, sharpen, or change project scope, and triage docs/state/INTAKE.md. Use when scope is unclear or contested, when new wishes/feedback arrive, when the owner asks for "more" mid-build, or when work doesn't trace to BRIEF.md. Scope changes only happen here, never silently during a build task.

2 6d ago A 70 tokens original MIT

skill-author

17

Tradebaas/Groundwork

Skill Claude CodeCodex

Create a new project-fitting skill correctly, or decide that none is needed. Use when the project repeatedly needs expert guidance the existing skills don't carry, when the user asks for a new skill, or when the same correction has been given three times.

2 6d ago A 52 tokens original MIT

spec

18

Tradebaas/Groundwork

Skill Claude CodeCodex

Right-size and write the spec before building any change. Use before starting non-trivial work, when the user requests a feature, or when deciding whether something needs a spec at all. Prevents both drift (building unspecified things) and ceremony (specs for bugfixes).

2 6d ago A 58 tokens original MIT

stack

19

Tradebaas/Groundwork

Skill Claude CodeCodex

Choose the tech stack or target platform and make the project idiomatic for it. Covers classic code stacks and hosted/low-code platforms alike (own servers, Microsoft Power Platform/Dataverse, ServiceNow, Salesforce, Google, or whatever exists by then). Use when the target platform/stack must be decided, when…

2 6d ago A 98 tokens original MIT

verify

20

Tradebaas/Groundwork

Skill Claude CodeCodex

Prove a change actually works before it counts as done. Use after building any non-trivial change, before deliver, and whenever claiming something works. Exercises real behavior end-to-end. Green tools alone are not verification.

2 6d ago A 46 tokens original MIT

status

21

Tradebaas/Groundwork

Command Claude Code

What is done and what is left, in plain language. Add "all" for every project.

2 6d ago A 20 tokens original MIT

Stop

22

Tradebaas/Groundwork

Hook Claude Code

Runs when the agent finishes a response, executing progress.mjs and handoff-nudge.mjs via node with --line (2 commands). From Tradebaas/Groundwork.

2 6d ago A tokens not measured original MIT

Groundwork

23

Tradebaas/Groundwork

Settings file Claude Code

Agent settings declaring 1 hook event (Stop).

2 6d ago A tokens not measured original MIT

Tradebaas/Groundwork

Instructions file CodexOpenCode

Instructions for Tradebaas/Groundwork, covering groundwork: the operating system for this project, session protocol, decision ladder: run before writing anything, hard rules and efficiency.

2 6d ago A 2,067 tokens original MIT