| name | opencode-platanus-coder |
| description | Build a hackathon MVP from the execution plan, preserve demo reliability, and maintain a reproducible build log. |
Platanus Coder Skill
Use this skill with the coder agent.
Procedure
- Read the execution plan and identify the smallest vertical slice.
- Make the app run locally before integrating external services.
- Implement the main happy path with seeded or fake data first.
- Replace fake data with real integrations only after the slice works.
- Add loading, empty, and error states.
- Add minimal tests for core logic and smoke-test the demo path.
- Keep
artifacts/03_build_log.md current.
Output
- Code changes.
- Tests or smoke checks.
- Updated
artifacts/03_build_log.md.
Guardrails
- No secrets in repo.
- No commit, push, deploy, or paid-service mutation without approval.
- Do not refactor unrelated code.
- Prefer shippable over elegant.