Agent Skills: Phase 1: Foundation (Weeks 1-4)

>-

UncategorizedID: adaptive-enforcement-lab/claude-skills/phase-1-foundation-weeks-1-4

Install this agent skill to your local

pnpm dlx add-skill https://github.com/adaptive-enforcement-lab/claude-skills/tree/HEAD/plugins/enforce/skills/phase-1-foundation-weeks-1-4

Skill Files

Browse the full folder contents for phase-1-foundation-weeks-1-4.

Download Skill

Loading file tree…

plugins/enforce/skills/phase-1-foundation-weeks-1-4/SKILL.md

Skill Metadata

Name
phase-1-foundation-weeks-1-4
Description
>-

Phase 1: Foundation (Weeks 1-4)

When to Use This Skill

Phase 1 establishes the foundation of SDLC security through two critical control layers:

  1. Pre-commit Hooks - Block bad code locally before git commit
  2. Branch Protection - Prevent unauthorized merges at repository level

These controls work together to create defense-in-depth at the source code level.


Implementation

See the full implementation guide in the source documentation.

Related Patterns

  • Pre-commit Security Gates
  • Branch Protection Enforcement
  • Implementation Roadmap Overview
  • Phase 2: Automation →

References