renatodpaula

Project Maker — Testing skill for Claude Code

Testing community

Claude Code skill for Spec-Driven Development: turn an idea into shipped code through structured phases (spec → break → execute → verify → secure → ship).

How to install Project Maker

This entry records only its repository, not the path inside it, so there is no exact command to give. Open renatodpaula/project-maker and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Project Maker does

Claude Code skill for Spec-Driven Development: turn an idea into shipped code through structured phases (spec → break → execute → verify → secure → ship). By @renatodpaula.ai

Alternatives in Testing

README

Project Maker

**A [Claude Code](https://claude.ai/code) skill for building software with AI through structured Spec-Driven Development — no vibe coding.**

`discover → init → spec → break → plan → execute → verify → secure → ship`

MIT License · v3.2 · by [@renatodpaula.ai](https://instagram.com/renatodpaula.ai) · [Wiki](https://github.com/renatodpaula/project-maker/wiki)

[English](#english) · [Português](#português)


English

What it is

Project Maker is a single Claude Code skill that turns an idea into shipped code through **progressive artifacts**, instead of one long conversation that drifts. The AI is a partner at every step (researching, planning, implementing, validating), not a blind executor.

It is built on **Harness Engineering**. The model is just the LLM; the harness is everything around it: on-disk state, verification sensors, delegation rules, and gates that make the model's output trustworthy.

The workflow

/discover      → brief.md                                   guided brainstorming           (Complex)
/init          → steering/ + Constitution.md                 project memory bank            (Medium+)
                 + STATE.md + DECISIONS.md + KNOWLEDGE.md
                 + registered agents in .claude/agents/
/spec          → Spec.md (EARS) + context.md                structured requirements        (Medium+)
/break         → docs/research.md + docs/data-model.md      decompose into work            (Large+)
                 + docs/contracts/ + docs/sprints/ (waves)
                 + docs/issues/ (Model hint) + PRD.md
/plan          → enriched issue (or a whole sprint)         research + planning            (all)
/execute       → waves → implementer → validator            orchestration, idempotent      (all)
                 → reassess → milestone gate
/verify        → docs/sprints/SPRINT-NNN-uat.md             resumable UAT + cold start     (user-facing)
/secure        → docs/sprints/SP