change-doc

Reconcile FE design documents and tasks.json from change-analyzer outputs and feedback.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/rachel353/fullty-plan --skill change-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: change-doc
Source: https://github.com/rachel353/fullty-plan/tree/main/.claude/skills/change-doc
Command: npx skills add https://github.com/rachel353/fullty-plan --skill change-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

FE documentation often drifts after change-analyzer outcomes and planning feedback, leading to inconsistent specifications across conceptual_model, ia_structure, user_stories, logical_architecture, and tasks.json. This Skill automatically reconciles and restores alignment by applying authoritative changes from docs/changes and feedback to dependent documents.

Core Features & Use Cases

  • Change-analyzer driven reconciliation: reads latest docs/changes and updates impacted docs.
  • Planning feedback integration: applies feedback to keep concepts, IA, and tasks aligned.
  • Documentation and task synchronization: ensures MD docs and tasks.json reflect the same state.
  • Audit trail: records changes in docs/changes for traceability.

Quick Start

Apply the latest change-analyzer results or planning feedback to update and synchronize all related FE documentation (conceptual_model, ia_structure, user_stories, logical_architecture, and tasks.json).

Frequently Asked Questions about change-doc

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

FAQPage Schema
How do I sync tasks.json with markdown documentation after applying planning feedback?

Documentation synchronization applies planning feedback to update tasks.json and markdown files simultaneously. It ensures dependent documents like conceptual_model and ia_structure reflect the same state by reading authoritative changes and reconciling discrepancies.

What causes frontend design documents to drift from the logical architecture?

Design documents drift when change-analyzer outcomes and planning feedback are applied without updating dependent files. Reconciliation restores alignment by propagating authoritative changes from docs/changes across user_stories and logical_architecture.

Can I automatically update conceptual_model and ia_structure without manual commits?

You can automatically update conceptual_model and ia_structure, but no automated commits occur without user approval. The system validates changes safely and requires your approval before finalizing any document synchronization.

Does the documentation reconciliation process leave a traceable change log?

The reconciliation process records all applied changes in docs/changes to maintain a traceable change log. This audit trail captures updates made across conceptual_model, ia_structure, user_stories, logical_architecture, and tasks.json.

When do I need to run document reconciliation across frontend project files?

Document reconciliation is needed whenever docs/changes indicate a discrepancy or when planning feedback requests alignment. Running it restores consistency across conceptual_model, ia_structure, user_stories, logical_architecture, and tasks.json.