plugins/autonomous-dev/skills/archived/project-alignment-validation/SKILL.md
Semantic validation patterns for PROJECT.md alignment (GOALS, SCOPE, CONSTRAINTS, ARCHITECTURE)
npx skillsauth add akaszubski/autonomous-dev project-alignment-validationInstall 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.
Comprehensive patterns for validating alignment between features, code, and PROJECT.md. Focuses on semantic validation (intent and goals) rather than literal pattern matching.
Semantic validation focuses on understanding the intent and purpose behind requirements, not just literal text matching.
Key Principles:
Contrast with Literal Validation:
Every PROJECT.md should define:
For each feature, validate against all four sections:
## Alignment Checklist
### GOALS Alignment
- [ ] Feature serves at least one project goal
- [ ] Feature doesn't conflict with any goals
- [ ] Feature priority matches goal priority
- [ ] Success metrics align with goal metrics
### SCOPE Alignment
- [ ] Feature is explicitly in scope
- [ ] Feature doesn't overlap with out-of-scope items
- [ ] Feature respects scope boundaries
- [ ] Feature dependencies are in scope
### CONSTRAINTS Alignment
- [ ] Feature respects technical constraints
- [ ] Feature works within resource constraints
- [ ] Feature complies with policy constraints
- [ ] Feature considers timeline constraints
### ARCHITECTURE Alignment
- [ ] Feature follows architectural patterns
- [ ] Feature integrates with existing components
- [ ] Feature respects design principles
- [ ] Feature maintains architectural consistency
See: docs/alignment-checklist.md for detailed checklist with examples
Gaps occur when current state doesn't match desired state defined in PROJECT.md.
Types of Gaps:
Not all gaps are equal. Prioritize by:
Impact Assessment:
Effort Estimation:
Use standardized gap assessment template:
## Gap Assessment
### Gap Summary
- **Type**: [Feature/Documentation/Constraint/Architectural]
- **Impact**: [Critical/High/Medium/Low]
- **Effort**: [Quick Win/Strategic/Tactical/Defer]
### Current State
[Describe what exists today]
### Desired State
[Describe what PROJECT.md defines]
### Gap Details
[Explain the specific differences]
### Recommended Action
[Propose concrete steps to close gap]
### Dependencies
[List any prerequisites or blockers]
See: docs/gap-assessment-methodology.md for complete methodology
Conflicts arise when:
Strategy 1: Update PROJECT.md (Documentation is wrong)
Strategy 2: Modify Feature (Implementation is wrong)
Strategy 3: Negotiate Compromise (Both partially correct)
Strategy 4: Escalate Decision (Requires stakeholder input)
See: docs/conflict-resolution-patterns.md for detailed resolution workflows
This skill provides layered documentation:
docs/alignment-checklist.md - Standard validation steps for GOALS/SCOPE/CONSTRAINTS/ARCHITECTUREdocs/semantic-validation-approach.md - Semantic vs literal validation philosophydocs/gap-assessment-methodology.md - Identify, prioritize, and document gapsdocs/conflict-resolution-patterns.md - Strategies for resolving alignment conflictstemplates/alignment-report-template.md - Standard structure for alignment reportstemplates/gap-assessment-template.md - Gap documentation templatetemplates/conflict-resolution-template.md - Conflict resolution workflowexamples/alignment-scenarios.md - Common scenarios and recommended fixesexamples/misalignment-examples.md - Real-world misalignment casesexamples/project-md-structure-example.md - Well-structured PROJECT.mdFeature validation is successful when:
Last Updated: 2025-11-16 Version: 1.0.0 Related Skills: semantic-validation, file-organization, research-patterns, project-management
development
One topic, one home. Routes content to its canonical store (CLAUDE.md, PROJECT.md, MEMORY.md, docs/, memory/) and audits for duplication. TRIGGER when: auditing CLAUDE.md/PROJECT.md/MEMORY.md sizes, deduplicating docs, applying the content-allocation pattern to a new repo, running /align --content. DO NOT TRIGGER when: implementing features, writing tests, routine code edits, debugging.
development
GenAI-first testing with structural assertions, congruence validation, and tier-based test structure. Use when writing tests, setting up test infrastructure, or validating coverage. TRIGGER when: test, pytest, coverage, TDD, test patterns, congruence, validation. DO NOT TRIGGER when: production code implementation, documentation, config-only changes.
testing
Prompt engineering patterns for writing agent prompts and skill files — constraint budgets, register shifting, HARD GATE patterns, anti-personas. Use when writing or reviewing agents/*.md or skills/*/SKILL.md. TRIGGER when: agent prompt, skill file, prompt engineering, model-tier compensation, HARD GATE, prompt quality. DO NOT TRIGGER when: user-facing docs, README, CHANGELOG, config files.
testing
7-step planning workflow for pre-implementation design. Enforced by plan_gate hook, critiqued by plan-critic agent. Use when creating plans, design documents, or architecture decisions before implementation. TRIGGER when: plan, planning, /plan, design document, architecture decision. DO NOT TRIGGER when: implementation, coding, testing.