capstone-docs-operator

Rebuild project documentation and architecture diagrams after contract or engine changes.

2|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/CDO-07-New/TF4-AIO-03-foresight-lens-final --skill capstone-docs-operator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: capstone-docs-operator
Source: https://github.com/CDO-07-New/TF4-AIO-03-foresight-lens-final/tree/main/.agents/skills/capstone-docs-operator
Command: npx skills add https://github.com/CDO-07-New/TF4-AIO-03-foresight-lens-final --skill capstone-docs-operator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual burden of keeping documentation, diagrams, and evidence-pack artifacts aligned after project or architecture changes.

Core Features & Use Cases

  • Documentation Rebuilds: Regenerates markdown formatting and supporting docs when specs or contracts change.
  • Diagram Refreshes: Recreates architecture diagrams so visuals stay consistent with the latest engine and deployment design.
  • Use Case: After updating API contracts or engine behavior, use this Skill to refresh the documentation pipeline and confirm the generated outputs are current.

Quick Start

Ask the Skill to update the docs pipeline and regenerate the diagrams after your latest TF4 Capstone changes.

Frequently Asked Questions about capstone-docs-operator

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

FAQPage Schema
How do I keep markdown documentation and architecture diagrams in sync after code changes?

To keep markdown documentation and architecture diagrams in sync after code changes, run a documentation rebuild pipeline that regenerates formatting and visual assets, verifying updated outputs against latest specs. This automation executes scripts to refresh markdown docs and recreate diagrams.

When should I regenerate project architecture diagrams and evidence-pack artifacts?

Regenerate project architecture diagrams and evidence-pack artifacts when API contracts, specs, or engine code are updated, ensuring visual representations and supporting documentation remain consistent with the latest deployment design.

Does this documentation pipeline require any external dependencies or components?

This documentation pipeline requires no external dependencies or components to run, utilizing internal Python scripts like fix_docs.py and generate_diagrams.py to rebuild markdown formatting, refresh architectural diagrams, and update evidence-pack artifacts.

What's the best way to automate markdown formatting updates for a Python project?

Automate markdown formatting updates for a Python project by running dedicated documentation pipeline scripts that process markdown files, apply formatting fixes, and verify generated output files are current with the latest engine behavior.

Why are my architecture diagrams out of date after updating engine code?

Architecture diagrams become out of date after updating engine code because visual assets are not automatically regenerated during code changes, requiring a manual pipeline execution to recreate diagrams and confirm consistency with the latest design.

Can I use this to rebuild documentation for TF4 Capstone maintenance tasks?

Yes, you can use this to rebuild documentation for TF4 Capstone maintenance tasks, as it specifically syncs markdown docs, regenerates diagrams, and updates evidence-pack artifacts through the fix_docs.py and generate_diagrams.py pipeline scripts.