documentation-budget

Classify AI-consumed documentation requests into five risk-aligned tiers.

6|Updated May 29, 2026
One-click install
npx skills add https://github.com/fusebase-dev/fusebase-flow --skill documentation-budget
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-budget
Source: https://github.com/fusebase-dev/fusebase-flow/tree/main/flow-skills/documentation-budget
Command: npx skills add https://github.com/fusebase-dev/fusebase-flow --skill documentation-budget

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the pervasive issue of unnecessary, redundant, or bloated AI-consumed documentation that wastes context tokens on every future AI session load, creates stale conflicting copies of rationale, and adds unnecessary overhead to development workflows. Without a structured classification system, teams create persistent docs merely because templates exist, duplicate content across multiple artifacts, and pad documents with narrative that provides no future AI value.

Core Features & Use Cases

  • Tiered Documentation Classification: Categorizes all documentation requests into 5 risk-aligned tiers (0-4) based on change risk, future AI value, and necessity, ensuring documentation effort matches the value it provides.
  • Pointer-over-Duplication Enforcement: Mandates citing canonical artifact owners instead of restating content, eliminating redundant rationale across specs, decisions, tasks, and handoff documents.
  • Clear Ownership Rules: Assigns canonical ownership for every documentation artifact type, so teams never duplicate content already owned by another file.
  • Use Case: When a developer requests a full spec for a small, reversible bug fix, this Skill will classify the request as Tier 1 (change-note) instead, saving hours of unnecessary writing and hundreds of tokens on future AI session loads. Another use case: When a handoff document is requested, it ensures the handoff points to existing spec and decisions files instead of reprinting their full content.

Quick Start

Use the documentation-budget skill to classify the required documentation tier for the new user authentication feature update before creating any persistent AI-consumed artifacts.

Frequently Asked Questions about documentation-budget

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent bloated AI documentation from wasting context tokens?

To prevent bloated AI documentation from wasting context tokens, classify documentation requests into risk-aligned tiers to eliminate redundant persistent artifacts and enforce pointer-over-duplication rules. This reduces future context load and prevents stale conflicting copies.

What is documentation tier classification for AI workflows?

Documentation tier classification for AI workflows categorizes AI-consumed documentation requests into 5 risk-aligned tiers (0-4) based on change risk, future AI value, and necessity. This ensures proportional documentation cost and prevents unnecessary persistent artifacts from being created merely because templates exist.

How do I eliminate redundant content across specs, decision logs, and handoff documents?

To eliminate redundant content across specs, decision logs, and handoff documents, enforce pointer-over-duplication rules that cite canonical artifact owners instead of restating content. Clear ownership rules assign canonical ownership for every documentation artifact type to prevent duplication.

When do I need a full spec versus a change-note for AI-consumed documentation?

You need a full spec versus a change-note for AI-consumed documentation based on change risk and reversibility. A small, reversible bug fix is classified as a Tier 1 change-note instead of a full spec, saving hours of unnecessary writing and hundreds of tokens on future AI session loads.

Does documentation budget classification work for business logic indexes and project-internal skills?

Yes, documentation budget classification works for business logic indexes and project-internal skills. It applies to all project AI-consumed documentation including specs, decision logs, task lists, verification gates, handoff documents, change notes, and product docs.

What are the limitations of using pointer-over-duplication for AI context optimization?

A limitation of using pointer-over-duplication for AI context optimization is that canonical artifact owners must be maintained to prevent stale conflicting copies. If the original owned file is deleted or moved without updating pointers, the AI loses access to the necessary rationale and context.