logics-progress-updater/SKILL.md
Update Logics indicators consistently. Use when Codex should update request/backlog/task indicators (`From version`, `Understanding`, `Confidence`, `Progress`, `Complexity`, `Theme`) or companion doc indicators in `logics/product|architecture/*.md` such as `Date`, `Status`, `Drivers`, related refs, and `Reminder`.
npx skillsauth add alexago83/cdx-logics-kit logics-progress-updaterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
python logics/skills/logics-progress-updater/scripts/update_indicators.py logics/tasks/task_000_example.md --progress 40% --understanding 70% --confidence 60%
python logics/skills/logics-progress-updater/scripts/update_indicators.py logics/product/prod_000_example.md --status Active --related-backlog '`item_000_example`'
python logics/skills/logics-progress-updater/scripts/update_indicators.py logics/architecture/adr_000_example.md --status Accepted --drivers "Security and cache strategy"
Understanding when requirements change or become clearer.Confidence when unknowns are resolved or risks appear.Progress as checkpoints are completed, not as time passes.Complexity when scope changes (Low/Medium/High).Theme when the epic/theme classification changes.> Maintenance edit: or > Non-semantic edit: note so the linter does not force a false bump.product and architecture docs, update Status, linked refs, Drivers, and Reminder when the framing changes.data-ai
Generate Logics workflow Mermaid blocks with a deterministic fallback that stays compatible with the flow manager.
testing
Fixture skill used to validate Logics kit package parsing.
testing
--- name: fixture-invalid-skill description: invalid: yaml frontmatter sample --- # Fixture Invalid Skill This fixture intentionally violates the SKILL frontmatter contract.
development
Plan workstreams/roadmap from Logics backlog and tasks. Use when Codex should generate a `logics/ROADMAP.md` grouping items into Now/Next/Later/Done based on priority and progress.