byayoubben18· 30 skills
Post-implementation documentation-sync detector. Spins up ONE read-only subagent on a completed task's diff to find everything the change introduced that the architecture docs don't yet know about — new endpoints, patterns, dependencies, domain terms, ADR-worthy decisions — routed to the exact doc each belongs in. Autonomous runs apply only append-only safe additions and defer domain/ADR reshapes; interactive runs present the proposed doc deltas to pick. Use after a task's missions are done (from create-task / start-task / start-roadmap) or standalone on a diff.
$npx -y skills add ayoubben18/ab-method --skill sync-architectureInstalls into the current project.
Run `npx skills use "https://github.com/ayoubben18/ab-method" --skill "ayoubben18/ab-method/sync-architecture"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ayoubben18/ab-method" that are relevant to the current task. Run `npx skills add "https://github.com/ayoubben18/ab-method"` and select the relevant skills, then follow their instructions.