implement
How to Install
Claude Code:
git clone --depth 1 https://github.com/hoyvoh/project-based-agent-kit.git && cp project-based-agent-kit/.claude/skills/implement ~/.claude/skills/implement -r---
name: implement
description: "Architecture-first implementation. Invoke when user asks to implement, build, or add a feature. Never writes code before design is reviewed. Phases: understand requirement → design (interface-first, data flow) → critic pass (SOLID/DRY/security) → get approval → implement (backward-compatible) → verify → report."
allowed-tools:
- Bash
- Read
- Write
- Edit
- Grep
- Glob
metadata:
token-cost-tier: instruction
token-cost-estimate: 6000
---
See `.claude/commands/implement.md` for the full workflow.
This skill enforces: design before code, critic pass before implementation, explicit approval gate, backward-compatible changes only.
Details
| Category | Coding → generation |
| Source | hoyvoh/project-based-agent-kit |
| SKILL.md | View on GitHub → |
| Repo Stars | N/A |
| Est. per Skill | N/A (shared across 17 skills from this repo) |
| Difficulty | Intermediate |
| Risk Level | Safe |
Related Skills
cc-skill-continuous-learning
cc-skill-continuous-learning Development skill skill. When to Use This skill is applicable to execut
git-hooks-automation
Git Hooks Automation Automate code quality enforcement at the Git level. Set up hooks that lint, for
simplify-code
Simplify Code Review changed code for reuse, quality, efficiency, and clarity issues. Use Codex sub-
swift-concurrency-expert
Swift Concurrency Expert Overview Review and fix Swift Concurrency issues in Swift 6.2+ codebases by
Works Well With
Skills from the same repository — often designed to work together
qa
--- name: qa description: "Run tests, fix failures, verify. Invoke when user asks to run tests, chec
ui-ux-pro-max
--- name: ui-ux-pro-max description: "UI/UX design intelligence. 50 styles, 21 palettes, 50 font pai
code-review
--- name: code-review description: "Review code with structured findings and optional reviewer perso