pipeline-plan

pipeline-plan is a skill for Claude Code, Codex from danielgap/openclaw-planitor. It costs 24 tokens per session (657 once invoked), scanned A, original, MIT.

A business-plan builder that combines the project brief, assumptions, market research, financial model, strategy and review report into a final Markdown document and PDF.

In plain words
What is it for?
Use it to produce sections such as the executive summary, market and competitor analysis, business model, financial projections, operations, risks, funding plan, timeline and next steps. It also adds the judge's evaluation to the final document.
Why use it?
It removes the need to assemble separate planning documents by hand. It keeps the main business, financial, operational and risk information in one structured plan.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

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.

agentmods
npx agentmods add skills/danielgap/openclaw-planitor/pipeline-plan
Any agent
npx skills add danielgap/openclaw-planitor --skill pipeline-plan
Clone the repo
git clone --depth 1 https://github.com/danielgap/openclaw-planitor

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for pipeline-plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/danielgap/openclaw-planitor/pipeline-plan.svg)](https://agentmods.dev/skills/danielgap/openclaw-planitor/pipeline-plan)
Your own site
<a href="https://agentmods.dev/skills/danielgap/openclaw-planitor/pipeline-plan"><img src="https://agentmods.dev/badge/skills/danielgap/openclaw-planitor/pipeline-plan.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 657 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.00657
Opus 5 $0.00012 $0.00329
Sonnet 5 $0.00005 $0.00131
Haiku 4.5 $0.00002 $0.00066

Measured 5d ago against content hash d4cd5912be6f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

pipeline-plan 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 5d 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.

skills/pipeline-plan/SKILL.md · 78 lines

How it starts

The opening of the file, as written. The whole thing — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Pipeline Plan (Build) — BuildAgent

Input

Archivo Descripción
BRIEF.json Brief
GROUND-TRUTH.json Supuestos
MARKET-ANALYSIS.json Mercado
FINANCIALS.json Financieros
STRATEGY.json Estrategia
JUDGE-REPORT.json Evaluación JUDGE (se añade como sección final)

Output

projects/{proyecto}/plan-final.md + PDF

Estructura del documento:

  1. Resumen Ejecutivo
  2. Descripción del Negocio
  3. Análisis de Mercado (TAM/SAM/SOM, segmento, tendencias, FODA, estacionalidad)
  4. Análisis de Competencia
  5. Modelo de Negocio (pricing, packs, ingresos por segmento, unit economics, techo)
  6. Plan Financiero (inversión, costes, proyecciones 3 escenarios, break-even, cash flow)
  7. Plan Operativo
  8. Riesgos y Mitigación
  9. Plan de Financiación (si aplica)
  10. Plan de Acción con Timeline
  11. Próximos Pasos
  12. Evaluación JUDGE (OBLIGATORIO — leer JUDGE-REPORT.json y añadir sección con score, desglose, veredicto y mejoras)
  13. Anexos

Frameworks

  • Business Plan Validation — estructura del plan
  • Todos los frameworks anteriores consolidados

Prompt Guía

Lee TODOS los artefactos en projects/{proyecto}/v{n}/ y genera el plan de negocio completo en Markdown.

REGLAS ANTI-REDUNDANCIA:
- Cada dato aparece UNA vez con su fuente. Las demás veces se referencia.
- Precios propios SOLO en: Resumen Ejecutivo (rango) + Modelo de Negocio (detalle)
- Cash flow: UNA sola tabla principal
- Timeline: UNA sola versión
- FODA: referenciar secciones, no repetir datos

Regla: supuestos no validados marcados con ⚠️.
Regla: beneficios BEFORE TAX, nota sobre IVA/IRPF.

Guarda en: projects/{proyecto}/plan-final.md

OBLIGATORIO: Lee JUDGE-REPORT.json y añade sección final "Evaluación JUDGE" al markdown con:
- Score total (ej: 7.2/10)
- Tabla de desglose por criterio
- Veredicto (APROBADO / CON RESERVAS / NO VIABLE)
- Mejoras recomendadas

Luego genera PDF: node tools/pdf-generator.mjs projects/{proyecto}/plan-final.md --output projects/{proyecto}/plan-final.pdf

Read the full file on GitHub · 78 lines

Changes

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.

  1. 5d ago First seen · 78 lines · 24 tokens per session scan A d4cd5912be6f

Subscribe to this mod's changes

pipeline-plan is a skill published in the GitHub repository danielgap/openclaw-planitor (5 stars, last pushed 4mo ago), licensed MIT. It adds 24 tokens to every session and 657 once invoked, about $0.0001 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-31.