Blueprint Weaver Meta-Skill

Coordinate agents to scan codebases and update architectural documentation.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/ClawStackStudios/ClawChives --skill blueprint-weaver-meta-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Blueprint Weaver Meta-Skill
Source: https://github.com/ClawStackStudios/ClawChives/tree/main/.crustagent/vibecheck/skills/blueprint-weaver
Command: npx skills add https://github.com/ClawStackStudios/ClawChives --skill blueprint-weaver-meta-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures that your project's architectural documentation remains accurate and up-to-date after code changes, preventing documentation drift and improving project clarity.

Core Features & Use Cases

  • Codebase Scanning: Automatically detects new architectural components and structural changes within the source code.
  • Documentation Auditing: Verifies the consistency of key documentation files (README.md, BLUEPRINT.md, ROADMAP.md) against the codebase.
  • Refactoring Suggestions: Provides recommendations for updating documentation to reflect architectural shifts.
  • Use Case: After adding a new microservice and its associated API endpoints, this skill will update the BLUEPRINT.md to include the new service and mark the related development tasks as complete in the ROADMAP.md.

Quick Start

Run the blueprint weaver skill to update project documentation after a code change.

Frequently Asked Questions about Blueprint Weaver Meta-Skill

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

FAQPage Schema
How do I keep architecture documentation updated after codebase changes?

To keep architecture documentation updated after codebase changes, use an automated tool to scan the source code, detect structural shifts, and update files like BLUEPRINT.md. This prevents documentation drift by applying refactoring suggestions that align project blueprints with the new code.

What is documentation drift in software development lifecycle management?

Documentation drift in software development lifecycle management is the gradual mismatch between source code architecture and project documentation. It occurs when structural codebase changes are made without updating corresponding files like README.md or BLUEPRINT.md, reducing project clarity.

How do I update ROADMAP.md after adding a new microservice and API endpoints?

To update ROADMAP.md after adding a new microservice and API endpoints, scan the codebase to detect the new architectural components and mark associated development tasks as complete. This ensures project roadmaps accurately reflect completed work.

Can I audit README.md consistency against the codebase automatically?

Yes, you can audit README.md consistency against the codebase automatically using coordinated agents. These agents verify key documentation files by scanning the source code for new architectural components and flagging inconsistencies for refactoring updates.

Does this approach require integration with codebase analysis tools?

Yes, this approach requires integration with codebase analysis tools and documentation generation scripts. Coordinating these agents is necessary to scan for architectural changes and automatically update project blueprints and roadmaps.