ai-first-sdlc-practices
Enforced software delivery workflows with validation and traceability
All Skills in This Repository (45)
Pure Emerald Level Indicatorskb-lint
Health-check knowledge bases for contradictions, stale claims, and orphan files.
kb-ingest-batch
Batch-ingest staged MD files from library/raw via agent-knowledge-updater with resume support.
kb-init
Initialize a knowledge base by appending a section to CLAUDE.md and creating library directories.
kb-prepare-batch
Stage source files into library/raw/ and convert non-markdown formats to Markdown.
kb-audit-query
Filter and summarize KB audit log events by date, type, and source.
kb-rebuild-indexes
Rebuild knowledge base shelf-indexes by detecting modified library files with content hashes.
kb-ingest-bulk
Ingest large source sets into a knowledge base using a map-reduce workflow.
kb-promote-answer-to-library
File librarian answers into the knowledge library with provenance tracking.
kb-query
Retrieve cited knowledge-base findings for user questions from the local project library.
kb-register-library
Register knowledge base libraries in ~/.sdlc/global-libraries.json with path and format validation.
kb-layers
Manage project layer vocabulary by listing, adding, or removing allowed layers via shelf-index.
kb-stats
Analyze shelf-index and log.md to generate a markdown health metrics report.
Frequently Asked Questions
FAQPage SchemaHow to install ai-first-sdlc-practices?▼
Run `npx skills add SteveGJones/ai-first-sdlc-practices --all -g -y` in your terminal to install the full skill set globally.
What does AI-First SDLC enforce in my project?▼
It enforces feature branches, feature proposals, retrospectives, zero technical debt, and a validation pipeline that runs syntax, lint, tests, type checks, and security scans before every commit and PR.
Which SDLC method should I choose?▼
Pick single-team for most projects, solo for 1-2 person fast iteration, programme for multi-team work with formal phase gates, or assured for regulated industries needing bidirectional traceability.
Does it support iOS and Android releases?▼
Yes. Dedicated skills scaffold projects, fix signing issues, run pre-flight checks, and walk you through TestFlight and Google Play submissions with staged rollouts.
Can it handle regulated-industry compliance?▼
Yes. The assured bundle provides requirement-to-code traceability, change-impact records, and exports aligned with DO-178C, IEC 62304, ISO 26262, and FDA 21 CFR Part 820.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core