# Implement

> Research, implement, test, document, and review a Fallow feature, fix, refactor, or repository improvement. Use when asked to build or change Fallow.

- Skill: `fallow-rs/implement` (Agent Skill)
- Install (CLI): `npx skillmds@latest add fallow-rs/implement`
- Raw SKILL.md: https://api.skillmd.com/api/skills/fallow-rs/implement/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: fallow-rs (https://skillmd.com/u/fallow-rs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/fallow-rs/implement

---


# Implement

Deliver the requested change through the native Fallow lifecycle.

1. Read `AGENTS.md`, `docs/README.md`, and
   `docs/development/task-context-map.md`.
2. Inspect the live branch, worktree, open pull requests, and `origin/main`.
3. Write the acceptance criteria and verification plan to the gitignored
   `.plans/<task>.md`.
4. For changes with user-facing design decisions, run `panel-review` before
   editing.
5. Create an implementation branch and ready pull request before tracked edits.
6. Implement in pipeline order and keep generated contracts, public docs, and
   companion repositories synchronized.
7. Run every applicable gate from `docs/development/quality-gates.md`.
8. Run the reviewer set selected by
   `docs/development/review-routing.md`. Resolve every block.
9. Update the pull request with current verification evidence.

Preserve unrelated work. Never create process artifacts under committed
`docs/`. Prefer durable knowledge in indexed docs and keep this skill
procedural.

