# Pipeline

> Run the full feature development pipeline: explore → architect → plan → build → review → security → test → docs.

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

---


# /pipeline — Full Feature Pipeline

Build: **$ARGUMENTS**

1. **Understand** — `agents/code-explorer.md`: trace related code, map architecture, identify patterns
2. **Design** — `agents/architect.md`: trade-offs, component structure, architecture decisions
3. **Plan** — `agents/planner.md`: phased steps, dependencies, risks, success criteria
4. **Build** — Implement the plan following existing patterns. Handle all states.
5. **Fix build** — `agents/build-error-resolver.md`: fix type/build errors, minimal diffs
6. **Review** — `agents/code-reviewer.md` + language-specific reviewer
7. **Security** — `agents/security-reviewer.md`: OWASP, secrets, input validation
8. **Test** — `agents/e2e-runner.md`: E2E tests for critical paths
9. **Document** — `agents/doc-updater.md`: update codemaps and README

