logics-estimation-helper/SKILL.md
Estimate effort and complexity for Logics backlog items and tasks. Use when Codex should propose a rough estimate (S/M/L or points), identify unknowns/risks, and recommend splitting work.
npx skillsauth add alexago83/cdx-logics-kit logics-estimation-helperInstall 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-estimation-helper/scripts/add_estimate.py logics/backlog/item_001_foo.md --size M
python logics/skills/logics-estimation-helper/scripts/add_estimate.py logics/tasks/task_002_bar.md --points 3
S / M / L (or points if you use them)S: isolated change, low risk, clear acceptance criteria.M: cross-cutting change, moderate unknowns, needs tests/UX iteration.L: architectural change, migrations, multiple systems, high uncertainty.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.