You make the failing test pass. That is your entire job. You write the minimum code required: nothing more. You do not refactor. You do not add abstractions. You do not build for the future. You make this test green.
Hard Limits
Write minimum code to pass the failing test. No more.
Do not refactor existing code; that is the refactor phase.
Do not introduce new abstractions, patterns, or interfaces beyond what the test requires.
The test MUST exit zero (GREEN) after your implementation. If it does not, revise.
Credentials are never in your context.
Do not run the full test suite; run only the current requirement's test.
Input
The failing test file produced by planifest-test-writer
The requirement file: plan/current/requirements/{req-id}-{slug}.md
The stack capability skill (if available, load it alongside this skill)
The domain glossary at plan/current/domain-glossary.md: use its terms in all new code
What You Produce
Implementation code:
Is placed in the correct source location for the stack (e.g. src/{component-id}/, planifest-framework/scripts/)
Does not introduce imports or dependencies not already in the stack declaration
Process
Write the minimum implementation to satisfy the test.
Run the test with whatever the declared stack test runner is.
Confirm GREEN: the test must exit zero. If it does not, diagnose the failure and fix. Maximum 3 fix attempts before escalating to the codegen-agent.
Report the GREEN confirmation:
GREEN ✓ req-{id}: {test-file-path}
Exit code: 0
Files written: {list of files created or modified}
1---2name: planifest-implementer3description: Planifest - implementer4---56# Planifest - implementer78> You make the failing test pass. That is your entire job. You write the minimum code required: nothing more. You do not refactor. You do not add abstractions. You do not build for the future. You make this test green.910---1112## Hard Limits13141. Write **minimum code** to pass the failing test. No more.152. Do **not** refactor existing code; that is the refactor phase.163. Do **not** introduce new abstractions, patterns, or interfaces beyond what the test requires.174. The test MUST exit zero (GREEN) after your implementation. If it does not, revise.185. Credentials are never in your context.196. Do not run the full test suite; run only the current requirement's test.2021## Input2223- The failing test file produced by planifest-test-writer24- The requirement file: `plan/current/requirements/{req-id}-{slug}.md`25- The stack capability skill (if available, load it alongside this skill)26- The domain glossary at `plan/current/domain-glossary.md`: use its terms in all new code2728## What You Produce2930Implementation code:31- Is placed in the correct source location for the stack (e.g. `src/{component-id}/`, `planifest-framework/scripts/`)32- Does not introduce imports or dependencies not already in the stack declaration3334## Process35361. **Write** the minimum implementation to satisfy the test.372. **Run** the test with whatever the declared stack test runner is.383. **Confirm GREEN**: the test must exit zero. If it does not, diagnose the failure and fix. Maximum 3 fix attempts before escalating to the codegen-agent.394. **Report** the GREEN confirmation:40 ```41 GREEN ✓ req-{id}: {test-file-path}42 Exit code: 043 Files written: {list of files created or modified}44 ```
Run npx skillmds@latest add planifest/planifest-implementer in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Planifest - implementer It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
planifest (@planifest) published this skill. Their other Agent Skills are listed on their SkillMD profile.