Matt Alton avatar

Matt Alton

Community

@matthewalton · London, United Kingdom

1Followers
|
11Public Repos
|
9Published Skills

Matthew Alton's Speccle skills govern feature development through spec drafting, criterion-by-criterion implementation, mutation testing, and convention-driven code review.

Skills Distribution
DomainDeveloper To...Spec-Driven Develo.. (35%)Test Engineering &.. (25%)Code Review & Reme.. (20%)Legacy Code Govern.. (20%)

Agent Skills by Matt Alton

Showing 9 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Matt Alton

FAQPage Schema
What tasks can I accomplish with Matthew Alton's Speccle skills?▼

You can plan features into ratified slices, draft and lint SPEC.md acceptance criteria, implement one criterion at a time with tests-first commits, evaluate test strength via mutation heatmaps, review pending diffs with risk-scored lenses, address CI-posted PR findings, and retrofit specs onto legacy code.

Who are these skills designed for?▼

Software engineers practicing spec-driven, test-first development who want governed feature slices. They suit developers maintaining living documentation (SPEC.md, CONTEXT.md, decisions records), teams enforcing house conventions, and anyone needing structured review and remediation of pull request findings.

How do the skills run in practice?▼

Each skill is invoked by natural-language triggers like 'spec this', 'strengthen this', or 'review my changes'. The feature skill detects a slice's current stage and runs only that stage; review and address use oracle risk scoring to decide whether fixes proceed autonomously or escalate to a human.

What prerequisites do these skills require?▼

Skills read reference files under the plugin's skills directory and expect a Speccle-style repository layout with per-slice folders containing SPEC.md, CONTEXT.md, and decisions records. Implementation skills require a linted SPEC.md; conform requires an existing governed feature set and an updated convention.

Do these skills write tests or change production code?▼

It depends on the skill: spec-feature and plan-feature produce documentation only, implement-feature writes token-tagged tests and code for one criterion, carve-feature adds tests without altering existing code, and conform applies form-only fixes while keeping the test suite green throughout.