output-plan-workflow

output-plan-workflow is a skill for Claude Code from growthxai/output. It costs 50 tokens per session (2,031 once invoked), scanned A, original, Apache-2.0.

A planning workflow for designing a new workflow before it is built. It covers the architecture, steps, prompts, evaluation, and testing strategy.

In plain words
What is it for?
Use it to plan a workflow, gather project context, define its behavior, choose tests, and save the resulting plan as a Markdown file.
Why use it?
It turns an incomplete idea into an implementation plan and identifies missing requirements before development starts.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Part of the outputai plugin — 50 skills, 5 agents, 1 hook shipped together

Good fit Use it to plan a workflow, gather project context, define its behavior…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/growthxai/output/output-plan-workflow
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.

Any agent
npx skills add growthxai/output --skill output-plan-workflow
Clone the repo
git clone --depth 1 https://github.com/growthxai/output

Made for: Claude Code.

Or install outputai, the plugin that ships this one along with the rest of its 50 skills, 5 agents, 1 hook.

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 output-plan-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/growthxai/output/output-plan-workflow.svg)](https://agentmods.dev/skills/growthxai/output/output-plan-workflow)
Your own site
<a href="https://agentmods.dev/skills/growthxai/output/output-plan-workflow"><img src="https://agentmods.dev/badge/skills/growthxai/output/output-plan-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,031 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00050 $0.02031
Opus 5 $0.00025 $0.01015
Sonnet 5 $0.00010 $0.00406
Haiku 4.5 $0.00005 $0.00203

Measured 7d ago against content hash 3ead1ada7d7d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

output-plan-workflow 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 7d 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.

coding_assistants/claude/plugins/outputai/skills/output-plan-workflow/SKILL.md · 297 lines

How it starts

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

Your task is to generate a comprehensive Output.ai workflow implementation plan in markdown format.

The plan will be displayed to the user who can then decide what to do with it.

Please respond with only the final version of the plan.

Use the todo tool to track your progress through the plan creation process.

Plan Creation Rules

Overview

Generate detailed specifications for implementation of a new workflow.

Output Path

All plan outputs go to: .outputai/plans/YYYY_MM_DD_<workflow_name>_<task_name>/PLAN.md

<process_flow>

Step 0: Arguments Analysis

Analyze the arguments the user provided:

Ensure they have provided:

  • workflow_description: The description of the workflow to be created
  • additional_instructions: Additional instructions for the workflow

If not, ask the user for the missing information.

Step 1: Context Gathering

Take the time to gather all the context you need to create a comprehensive plan.

  1. Read any given files or links
  2. Find any related workflows in the project
  3. Read the projects documentation files

Step 2: Requirements Clarification

Clarify scope boundaries and technical considerations by asking numbered questions as needed to ensure clear requirements before proceeding.

<clarification_areas> - in_scope: what is included - out_of_scope: what is excluded (optional) - functionality specifics - UI/UX requirements - integration points <llm_provider> - Ask which LLM provider the user wants to use (anthropic, openai, google-vertex, or amazon-bedrock) - Default to anthropic if the user has no preference - All prompt files in the workflow must use the same provider unless the user explicitly requests otherwise - Record the chosen provider so it flows through to prompt engineering (step 6) and implementation </llm_provider> </clarification_areas>

Read the full file on GitHub · 297 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. 7d ago First seen · 297 lines · 50 tokens per session scan A 3ead1ada7d7d

Subscribe to this mod's changes

output-plan-workflow is a skill published in the GitHub repository growthxai/output (435 stars, last pushed 2d ago), licensed Apache-2.0. It adds 50 tokens to every session and 2,031 once invoked, about $0.0003 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.

Related

Other skills, from other repositories