Skip to content

feat(skills): add task compliance and traceability check skill#5

Open
svetkis wants to merge 1 commit into
shd-git:mainfrom
svetkis:feat/add-task-compliance-check
Open

feat(skills): add task compliance and traceability check skill#5
svetkis wants to merge 1 commit into
shd-git:mainfrom
svetkis:feat/add-task-compliance-check

Conversation

@svetkis
Copy link
Copy Markdown

@svetkis svetkis commented May 29, 2026

Summary

Add feature-scope compliance check skill for Fast-ASDLC framework with traceability mapping and scope creep detection.

Changes

  • New skill: .agents/skills/task-compliance-check/task-compliance-check.md

Skill Features

  • Traceability matrix: Map each AC to implementation and test files
  • Scope creep detection: Flag + lines not traceable to any AC
  • Regression risk analysis: Flag - lines that break existing AC or delete tests
  • ANTI-HALLUCINATION protocol: Exact diff location, quoted + lines, spec paragraph reference
  • Routing: PROGRAMMER / QA / HUMAN_GATE

Methodology Alignment

  • Spec-Driven: Validates code follows specs before merge
  • Everything-as-Code: Compliance procedure encoded as markdown
  • Hexagonal Architecture: Checks ensure layer isolation

Testing

  • Markdown linted (no errors)
  • Skill follows existing .agents/skills/*/SKILL.md pattern
  • No production code changes (markdown-only)

Related Issue

Closes #[issue-number]

Introduce a stack-agnostic skill that verifies implementation completeness
against backlog intent, use-case acceptance criteria, and technical specs.
Detects orphaned code, missing implementation, untested criteria, and
scope creep. Produces a traceability matrix and routes findings to the
appropriate downstream agent.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant