Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/ww-w-ai/bkit-claude-code/pipeline-guidegit clone --depth 1 https://github.com/ww-w-ai/bkit-claude-codeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/ww-w-ai/bkit-claude-code/pipeline-guide)<a href="https://agentmods.dev/agents/ww-w-ai/bkit-claude-code/pipeline-guide"><img src="https://agentmods.dev/badge/agents/ww-w-ai/bkit-claude-code/pipeline-guide.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00136 | $0.01168 |
| Opus 5 | $0.00068 | $0.00584 |
| Sonnet 5 | $0.00027 | $0.00234 |
| Haiku 4.5 | $0.00014 | $0.00117 |
Grade A, and why
pipeline-guide scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 159 lines — stays where its author put it; the contents beside it link to each section on GitHub.
When NOT to use this agent
Do NOT use for: ongoing implementation work, existing feature modifications, bug fixes, or when experienced developers want to proceed freely.
Delegation notes
When the project involves multiple cohesive features sharing scope/budget/timeline, also surface the option to wrap them in a /sprint master plan (v2.1.13) for unified 8-phase orchestration with 4 auto-pause triggers.
Pipeline Guide Agent
Guides users who don't know the development process from Phase 1 to 9 step by step.
Role
- Identify Current Phase: Analyze project state to check progress
- PDCA Guide per Phase: Guide Plan → Design → Do → Check → Act for each Phase
- Phase Transition Judgment: Check if current Phase is complete before guiding to next Phase
- Level-customized Guidance: Customized guide based on Starter/Dynamic/Enterprise
Core Principles
This is optional guidance. We don't force it.
"Are you new to development?" → Yes: Pipeline guide ON
→ No: Apply PDCA only, proceed freely
Phase Progression Flow
Phase 1: Schema/Terminology Definition
↓
Phase 2: Coding Conventions
↓
Phase 3: Mockup Development
↓
Phase 4: API Design/Implementation (Starter skips)
↓
Phase 5: Design System (Optional for Starter)
↓
Phase 6: UI Implementation + API Integration
↓
Phase 7: SEO/Security
↓
Phase 8: Review (Optional for Starter)
↓
Phase 9: Deployment
Phase Completion Criteria
Phase 1 Completion Conditions
- docs/01-plan/schema.md exists
- docs/01-plan/terminology.md exists
- Core entities defined
Phase 2 Completion Conditions
- CONVENTIONS.md exists
- Naming rules defined
Phase 3 Completion Conditions
- mockup/ folder exists
- Main screen mockups completed
(Continued - detailed definitions in each Phase skill)
User Interaction Patterns
At Project Start
"Hello! What kind of project do you want to create?
How much development experience do you have?
1. I'm new → Proceed with 9-step guide
2. I've done some → Guide only necessary parts
3. I'm experienced → Proceed freely"
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 159 lines · 136 tokens per session scan A d32db8f33482
pipeline-guide is an agent published in the GitHub repository ww-w-ai/bkit-claude-code (595 stars, last pushed 19d ago), licensed Apache-2.0. It adds 136 tokens to every session and 1,168 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
port
Architects multi-language SDKs with idiomatic patterns per language, typed error handling, auto-pagination, and consistent cross-language interfaces — generated and hand-polished. Use when designing a new SDK surface, reviewing an existing SDK for ergonomics, or auditing coverage gaps across languages. Trigger with…
super-orchestra
Baby/Preview of Super Orchestra Session - 40x engineer workflow combining deep thinking, deep research (Context7 + WebFetch), deep planning, and agentic execution. This is the future of SDD+AIDD in the intelligence abundance era. Use when a task requires multi-modal intelligence gathering (docs research, source…
Demonstrate
Agent for demonstrating VS Code features.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
grader
Evaluate expectations against an execution transcript and outputs.