Skip to main content
AI/MLakaszubski

project-alignment

PROJECT.md alignment patterns and validation strategies

Stars
29
Source
akaszubski/autonomous-dev
Updated
2026-05-31
Slug
akaszubski--autonomous-dev--project-alignment
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/akaszubski/autonomous-dev/HEAD/plugins/autonomous-dev/skills/archived/project-alignment/SKILL.md -o .claude/skills/project-alignment.md

Drops the SKILL.md into .claude/skills/project-alignment.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Project Alignment Skill

Patterns for maintaining alignment with PROJECT.md goals, scope, and constraints.

When This Skill Activates

  • Validating feature alignment with PROJECT.md
  • Assessing project scope
  • Checking architectural constraints
  • Keywords: "project", "alignment", "goals", "scope"

Core Concepts

Overview

This skill provides guidance on maintaining alignment with PROJECT.md. For detailed validation patterns, see the project-alignment-validation skill.

Key Topics:

  • PROJECT.md structure and semantics
  • Goal alignment validation
  • Scope boundary checks
  • Constraint adherence

See: project-alignment-validation skill for detailed validation patterns


Progressive Disclosure

This skill uses progressive disclosure to prevent context bloat:

  • Index (this file): High-level concepts (<500 lines)
  • Detailed patterns: See project-alignment-validation skill

Cross-References

Related Skills:

  • project-alignment-validation - Detailed validation patterns
  • semantic-validation - Semantic analysis patterns

Key Takeaways

  1. Always validate features against PROJECT.md goals
  2. Check scope boundaries before implementation
  3. Respect architectural constraints
  4. Refer to project-alignment-validation skill for detailed patterns