Skip to main content
Run any Skill in Manus
with one click
GitHub repository

tiny-spec

tiny-spec contains 6 collected skills from GrayMa77er, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
6
Stars
3
updated
2026-06-29
Forks
0
Occupation coverage
2 occupation categories ยท 100% classified
repository explorer

Skills in this repository

tiny-spec-breakdown
project-management-specialists

Optional Phase-0 on-ramp โ€” read a PRD plus wireframes/notes, interview briefly, and decompose the work into a flat list of Features โ†’ user Stories (each with draft acceptance criteria and a slug) plus a shared Decisions block, written to BREAKDOWN.md at the project root. Does not scaffold .spec/ or touch the constitution โ€” tiny-spec-create reads BREAKDOWN.md in seeded mode and does that. The suite works without it.

2026-06-29
tiny-spec-prd
project-management-specialists

Optional planning on-ramp โ€” turn a rough product idea into a short PRD through a brief interview, written to PRD.md at the project root. The one skill that works from a blank page. Does not scaffold .spec/, touch the constitution, or carve stories โ€” tiny-spec-breakdown reads PRD.md and decomposes it into Features โ†’ Stories. The suite works without it.

2026-06-29
tiny-spec-build
software-developers

Build the spec โ€” run the per-task loop planโ†’implementโ†’reviewโ†’commit, one task at a time. Implements with a fresh executor, grades with an independent reviewer running the real gate, commits per passed task, keeps a lean memory. Resumes from the checkbox state.

2026-06-25
tiny-spec-create
software-developers

Start or update a spec โ€” capture intent and requirements into .spec/<slug>/SPEC.md, optionally bound to a ticket (or ad-hoc). On first run, scaffolds .spec/ and seeds the shared constitution (constitution.md) from a short interview. If a BREAKDOWN.md (from tiny-spec-breakdown) is present, seeds the spec from a chosen story instead of a full interview. Re-run to update an existing spec in place.

2026-06-25
tiny-spec-plan
software-developers

Turn the active ticket's SPEC.md into a technical design โ€” produce PLAN.md and harden the shared constitution.md (the constitution). Re-run in update mode to reconcile after a SPEC change.

2026-06-25
tiny-spec-tasks
software-developers

Slice the active ticket's PLAN.md into tasks.md โ€” a flat, ordered checklist of small tasks, each with an acceptance outcome. Executed sequentially by tiny-spec-build. Re-run in update mode to reconcile after a plan change.

2026-06-25