code-implementation

Installation
SKILL.md

Code Implementation

Structured approach to implementing a code task: understand, plan, implement, commit. Uses TDD when the project has test infrastructure, and direct implementation otherwise.

Inputs

This skill expects a clear task — either an issue body, a user description, or a PR comment with requested changes. If the task is unclear, ask a specific clarifying question before proceeding.

Step 1: Understand the task

Read the task description thoroughly. If it references other files, PRDs, or issues, read those too. Explore relevant parts of the codebase to understand the existing patterns and architecture.

Load stack-specific references

Check the project root for framework config files and load the corresponding reference from references/:

  • next.config.* detected → read references/nextjs.md (App Router patterns, Server/Client Components, Server Actions, common pitfalls)
  • wrangler.toml / wrangler.jsonc / wrangler.json detected → read references/cloudflare.md (D1, R2, KV, Queues, Workers constraints, Next.js on Workers bindings)
Related skills

More from hifisaputra/skills

Installs
9
First Seen
Mar 22, 2026