From sdlc-core
Enforces AI-First SDLC compliance rules including zero technical debt policy, 10 mandatory logging points, and standardized workflows. Use for code quality checks, architecture validation, or compliance decisions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sdlc-core:rulesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are operating under the AI-First SDLC framework. All code must comply with these rules.
You are operating under the AI-First SDLC framework. All code must comply with these rules.
For the complete rules reference, see constitution.md.
/sdlc-core:validate --syntax/sdlc-core:validate --quick/sdlc-core:validate --pre-pushTODO, FIXME, or HACK commentsany type annotations./tmp/ not /tmp/Never log: passwords, tokens, PII, biometrics, encryption keys.
docs/feature-proposals/XX-name.md)feature/name) — never commit to mainretrospectives/XX-name.md)npx claudepluginhub stevegjones/ai-first-sdlc-practices --plugin sdlc-coreEnforces AI-SDLC governance: no-merge/force-push rules, pre-commit TypeScript/pnpm checks (build/test/lint/format), git rebase, conventional commits. Auto-loads at session start.
Guides the full SDLC workflow: planning, implementation, testing, and deployment. Automates checklist-driven development for features, bug fixes, refactoring, and releases.