원클릭으로
project-alignment-validation
Semantic validation patterns for PROJECT.md alignment (GOALS, SCOPE, CONSTRAINTS, ARCHITECTURE)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Semantic validation patterns for PROJECT.md alignment (GOALS, SCOPE, CONSTRAINTS, ARCHITECTURE)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
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.
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.
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.
Structured logging, debugging (pdb/ipdb), profiling (cProfile/line_profiler), and performance monitoring. Use when adding logging, debugging issues, or optimizing performance. TRIGGER when: logging, debug, profiling, performance monitoring, metrics, stack trace. DO NOT TRIGGER when: feature implementation, testing, documentation, config changes.
10-point code review checklist covering correctness, tests, error handling, type hints, naming, security, and performance. Use when reviewing PRs or evaluating code quality. TRIGGER when: code review, PR review, review checklist, code quality check. DO NOT TRIGGER when: writing new code, debugging, refactoring without review context.
| name | project-alignment-validation |
| version | 1.0.0 |
| type | knowledge |
| description | Semantic validation patterns for PROJECT.md alignment (GOALS, SCOPE, CONSTRAINTS, ARCHITECTURE) |
| keywords | alignment, PROJECT.md, validation, GOALS, SCOPE, CONSTRAINTS, ARCHITECTURE, semantic, gap, conflict, resolution |
| auto_activate | false |
| allowed-tools | ["Read","Grep","Glob"] |
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