← All creators

ArtRichards

User

Claude Code skill: post-implementation simplify mode (TDD Phase 10) — replaces clever code with obvious code, preserves behavior, makes no changes if nothing genuinely simplifies.

5 indexed · 0 Featured · 0 stars · avg score 70
Prolific

Categories

Indexed Skills (5)

Code & Development Listed

simplify

Post-implementation simplify mode for TDD Phase 10 (Quality, Docs, Refactor). Reduces code complexity while preserving behavior — replaces clever code with obvious code, removes abstraction layers that do not earn their keep, collapses needless helpers, and favors linear execution. Manually invoked (e.g. /simplify) once a milestone's implementation is complete and the test suite is green.

0 Updated 1 weeks ago
ArtRichards
Code & Development Listed

sync-and-commit

Verify the work is consistent, complete, and accurate; sync the docs tree; commit and push. Use at the end of a TDD phase or step (especially when called from ship-milestone), or whenever the operator wants to wrap up in-flight work. Reads CLAUDE.md for project conventions; runs `docs check` against the docs tree; never bypasses git hooks; never pushes to `main`.

0 Updated 1 weeks ago
ArtRichards
AI & Automation Listed

ship-milestone

Autonomously run a milestone through all ten TDD phases to completion. A lightweight conductor spawns fresh Opus sub-agents — milestone creation (if needed), then per-step planning, implementation, and fresh-eyes review — commits each step to its own branch, runs the same-instance consistency audit and /simplify. Use when the operator wants a milestone built end-to-end. Invoke as `/ship-milestone <milestone-id>` or `/ship-milestone next milestone`.

0 Updated 1 weeks ago
ArtRichards
Testing & QA Listed

create-milestones

Create, advance, and complete milestones for a project whose foundation work is done. Drives the 10-phase TDD methodology (Define Contract, Write Tests RED, Create Fixtures, Run Tests RED, Update Interfaces, Implement Core, Update Wrappers, Run Tests GREEN, Integrate, Quality/Docs). Authors milestone + impl-log pairs via `docs new` and atomically archives them via `docs archive --cascade` on completion. Triggers on "create a milestone", "start M1", "next milestone", "begin implementation", "advance the project". Use after `project-foundation` has set up the docs tree.

0 Updated 1 weeks ago
ArtRichards
Data & Documents Listed

project-foundation

Bootstrap a new project's foundation — charter, scope, architecture, milestones, definition-of-ready — as a docs-managed Markdown tree. Use when starting a project or sub-project that needs front-half planning before any implementation. Triggers on "start a project", "create a foundation", "scope a new project", "draft a charter", "plan a project from scratch". Authors every artifact via `docs new` so metadata, lifecycle, and the inter-doc graph are correct by construction.

0 Updated 1 weeks ago
ArtRichards

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.