Skill Claude CodeCodex
Canonical AT completeness gate — research-anchored 7-category taxonomy (C1-C7) + 15-item mechanical checklist. Paradigm-neutral. Drives acceptance-designer reviewer verdict deterministically.
101 tagged software architecture, measured the same way as everything else here.
Browse within: software-development 45software-engineering 45codex-plugin 28tdd 22adr 13agentic-workflows 11static-analysis 11asp-net-core 5domain-driven-design 5dotnet 5ef-core 5ssw 5vertical-slice-architecture 5
Skill Claude CodeCodex
Canonical AT completeness gate — research-anchored 7-category taxonomy (C1-C7) + 15-item mechanical checklist. Paradigm-neutral. Drives acceptance-designer reviewer verdict deterministically.
Skill Claude CodeCodex
BDD requirements discovery methodology - Example Mapping, Three Amigos, conversational patterns, Given-When-Then translation, and collaborative specification.
Skill Claude CodeCodex
CI/CD pipeline design methodology, deployment strategies, GitHub Actions patterns, and branch/release strategies. Load when designing pipelines or deployment workflows.
Skill Claude CodeCodex
The Balanced Coupling model for software design. Use when: designing modular architectures, evaluating coupling between components, reviewing code modularity, deciding whether to split or merge modules/services, assessing integration patterns, classifying coupling as balanced or unbalanced, applying DDD strategic and…
Skill Claude CodeCodex
Designs modular high-level architectures from functional requirements and produces design documents for each module. Use when designing a new system, creating architecture documentation, or producing module-level design specs with integration contracts and test specifications.
Skill Claude CodeCodex
Produces modularity review documents in both Markdown and HTML formats. Use when writing the final review output from a modularity analysis.
SSWConsulting/SSW.VerticalSliceArchitecture
Skill Claude CodeCodex
Write an Architectural Decision Record in this repo's docs/adr/ following its Log4brains conventions — filename, title, metadata, and the sections that are required versus optional. Use when the user says "add an ADR", "record this decision", "write an ADR", "document why we chose X", or when a discussion settles an…
SSWConsulting/SSW.VerticalSliceArchitecture
Skill Claude CodeCodex
Scaffold a new domain entity or aggregate in this Vertical Slice Architecture template — the entity itself, its strongly typed ID, errors, specification, EF Core configuration, DbSet, the mandatory Vogen registration, and the migration. Use when the user says "add an entity", "add an aggregate", "create a domain…
SSWConsulting/SSW.VerticalSliceArchitecture
Skill Claude CodeCodex
Scaffold a slice in this Vertical Slice Architecture template — one use case in its own folder, with its FastEndpoints endpoint, request, response, validator, and summary, plus the Feature and Group if they don't exist yet, plus tests. Use when the user says "add a slice", "add a use case", "add an endpoint", "add a…
Skill Claude CodeCodex
Transform a feature idea into an annotated story using a Domain Sketch or Constrained Option Tree. Use when asked to brainstorm, explore, or shape a feature before implementation.
Skill Claude CodeCodex
Apply a confirmed .openlore/refactor-plan.md with a test gate after each change. Use when asked to execute or continue an OpenLore refactoring plan.
Skill Claude CodeCodex
Implement a brownfield story with OpenLore orientation, risk checks, spec validation, tests, and drift detection. Use when asked to implement or continue a story in an existing codebase.
Skill Claude CodeCodex
This skill should be used when the user asks to "create a C4 model", "generate architecture diagrams", "create a Structurizr workspace", "analyse the architecture", "model the system architecture", "create a system context diagram", "create a container diagram", "create a component diagram", "generate C4 diagrams"…
pinchen147/system-design-skill
Skill Claude CodeCodex
Design or evolve a production system from repository evidence, measurable requirements, capacity math, protected invariants, and explicit trade-offs. Reads an existing codebase as the current architecture, closes the requirements it cannot recover on its own, then draws structurally distinct candidates and recommends…
Skill Claude CodeCodex
Architectural governance for this project. Use this skill when the user asks about project decisions, ADRs, architectural constraints, or wants to review, record, or enforce decisions. Also use before non-trivial edits when the project has a .mneme/ directory so the relevant architectural context is visible before…
juanklagos/spec-driven-development-template
Skill Claude CodeCodex
Serve the SDD Builder's AI request queue: claim requests with sddnextrequest, draft the proposal, answer with sddrespondrequest. Never writes spec files — the user accepts each proposal in the builder. Use when the user asks to attend, serve or listen to the SDD board queue. / Atiende la cola de peticiones del SDD…
juanklagos/spec-driven-development-template
Skill Claude CodeCodex
Guide a project with Spec-Driven Development (SDD) discipline - idea, approved spec, consistent plan, tasks, a gate that verifies approval and consent, implementation, validation, and logbook. Bilingual EN/ES. Use when the user wants to start, spec, plan, implement, or validate work with SDD, or mentions specs, plans…
jed1978/ddd-architecture-coach
Skill Claude CodeCodex
DDD Architecture Coach — a decision-making coach spanning DDD (Strategic + Tactical Patterns), AI/LLM engineering (intervention design, risk assessment, fallbacks), software engineering discipline (Clean/Hexagonal Architecture, testing, CI/CD, SBE), and cloud architecture (containers, serverless, observability, cost).…
Skill Claude CodeCodex
This skill should be used when the user asks to "design a system", "architecture", "ADR", "system design", "tech stack", "choose between approaches", "coupling", "service granularity", "blueprint", "component design", "API contract", "schema design", "trade-offs", or discusses "monolith", "microservices", "fitness…
Skill Claude CodeCodex
This skill should be used when implementing code quality standards, setting up linting/testing/security scans, enforcing coverage thresholds, or establishing CI/CD guardrails.
Skill Claude CodeCodex
Comprehensive testing matrix spanning Unit, Integration, E2E (Playwright), Contract (Pact), Chaos/Fault-Injection, Mutation, Load/Stress (k6), and Security Fuzz testing.
Skill Claude CodeCodex
Suggest usage after outputting a model-generated architecture, which the vibe coder will probably accept without understanding. Requires a written architecture as input — ideally produced by small-council-blueprint. Takes the original idea and the proposed architecture, then runs three councillors against it to find…
Skill Claude CodeCodex
Use at the start of any AI product, agent, or pipeline build — before any code is written. Triggers on both vague prompts ("is this possible? how would it work?") and technical ones ("build me a FastAPI backend for X"). Forces a committed, written architecture before implementation begins, regardless of how technical…
Skill Claude CodeCodex
Use when changing unusual or defensive code, mature APIs, dependencies, or architecture, or estimating a migration where Git history may reveal hidden constraints.