dayvisonassis

20 mods across 1 repository, 1 stars between them.

dayvisonassis/sdd-skills

Skill Claude CodeCodex

Performs a comprehensive surface-area analysis of any codebase scope (a component, module, service, layer, or the full project). Inventories every entry point, dependency, pattern, and integration, scores complexity, and produces a structured Architecture Analysis Report consumed by the deep-analyzer skill.…

1 5d ago A 103 tokens original MIT

dayvisonassis/sdd-skills

Skill Claude CodeCodex

Use when the active Claude Code account must change - the work account hit its 5-hour usage limit, the session should continue under a personal account, or a new account must be registered for later switching. Windows, Linux and macOS; only for accounts belonging to the same person.

1 5d ago B 62 tokens original MIT

coupling-map

03

dayvisonassis/sdd-skills

Skill Claude CodeCodex

Answers which files to refactor first to reduce systemic risk, by crossing blast radius (how many modules stop working if this one breaks) against size. On first use it asks permission, installs its own tooling and writes a config by reading the project; on every run after that it executes a versioned script and reads…

1 5d ago A 120 tokens original MIT

deep-analyzer

04

dayvisonassis/sdd-skills

Skill Claude CodeCodex

Performs an exhaustive, item-by-item deep analysis of every module, service, component, or endpoint listed in the Architecture Analysis Report (REQUIRED as input). Maps every implementation detail, data flow, contract, and failure mode, and produces a structured Deep Analysis Report. Analysis/reporting only — never…

1 5d ago A 85 tokens original MIT

evaluator

05

dayvisonassis/sdd-skills

Skill Claude CodeCodex

Externally evaluates an already-implemented feature against its contract.md (environment, quality gates, coverage manifest, observable criteria), producing screenshots, a report, and chat findings. Owns the evaluation loop — keeps the attempt counter in progress.json, decides the state (CLEAN/FAIL/PENDING/ABORTED)…

1 5d ago A 117 tokens original MIT

fix-runner

06

dayvisonassis/sdd-skills

Skill Claude CodeCodex

Specialized, lightweight corrector dispatched by the evaluator on FAIL, or by qa-preflight after a feature is done. Reads the structured evaluation-report.json (both producers write the same schema), applies the minimal fix for the reported problem, locally revalidates the failing gate/test, commits (one commit per…

1 5d ago A 111 tokens original MIT

gate-builder

07

dayvisonassis/sdd-skills

Skill Claude CodeCodex

Builds the deterministic quality-gate infrastructure for a project (typecheck, lint with zero-warnings, dependency/architecture checks, tests, dead-code, and a single runGate entry point) from the Deep Analysis Report (+ Architecture Analysis Report). Auto-detects greenfield vs. brownfield, proposes a gate plan for…

1 5d ago A 99 tokens original MIT

handoff-writer

08

dayvisonassis/sdd-skills

Skill Claude CodeCodex

Compacts the current conversation into a handoff document a fresh agent can pick up from, and asks where to save it before writing anything. Use when a session ends with work unfinished, when switching branch or machine, or when passing the work to another person. Records what is not already written down elsewhere and…

1 5d ago A 100 tokens original MIT

implement-feature

09

dayvisonassis/sdd-skills

Skill Claude CodeCodex

Implements a feature autonomously based on its spec, plan, AND contract.md, committing one commit per phase, satisfying the contract's quality gates and observable criteria, writing progress.json, and reporting results against the feature's acceptance criteria. Delegates test writing to the matching test-writer skill…

1 5d ago A 88 tokens original MIT

dayvisonassis/sdd-skills

Skill Claude CodeCodex

Audits PABX backend integration tests (apps/backend/tests/integration/) against the integration-test-writer rules, producing a compliance report with a PASS/FAIL/PASS WITH WARNINGS verdict, per-violation severity, and fix suggestions. Read-only — never writes or fixes tests. Dispatched by the evaluator to confirm a…

1 5d ago A 87 tokens original MIT

dayvisonassis/sdd-skills

Skill Claude CodeCodex

Plans and implements comprehensive integration tests for the PABX backend (apps/backend/tests/integration/) using Jest + supertest against a real test database. Runs interactively (3 phases with an approval checkpoint) when a user calls directly, or autonomously (no pause) when dispatched by…

1 5d ago A 120 tokens original MIT

dayvisonassis/sdd-skills

Skill Claude CodeCodex

Audits PABX monorepo unit tests (node-express, node-worker, python-fastapi apps outside apps/backend and apps/frontend) against the monorepo-unit-test-writer rules, auto-detecting the stack and producing a compliance report with a PASS/FAIL/PASS WITH WARNINGS verdict, per-violation severity, and fix suggestions.…

1 5d ago A 112 tokens original MIT

dayvisonassis/sdd-skills

Skill Claude CodeCodex

Plans and implements unit tests for any PABX monorepo app EXCEPT apps/backend and apps/frontend — auto-detecting the stack (node-express, node-worker, or python-fastapi) and applying stack-specific patterns. Runs interactively (3 phases with an approval checkpoint) when a user calls directly, or autonomously (no…

1 5d ago A 134 tokens original MIT

pabx-design-system

14

dayvisonassis/sdd-skills

Skill Claude CodeCodex

Fonte-da-verdade do design system do DRCALL PABX (Angular Material M3, aesthetic compacto/profissional). Use ao criar ou revisar qualquer UI do frontend — páginas, tabelas, dashboards, formulários, diálogos — para seguir tipografia, espaçamento, tokens de cor, padrões de página/tabela/dashboard e os anti-padrões…

1 5d ago A 98 tokens original MIT

playwright-cli

15

dayvisonassis/sdd-skills

Skill Claude CodeCodex

Automate browser interactions, test web pages and work with Playwright tests.

1 5d ago A 19 tokens copy · 88% MIT

prd-writer

16

dayvisonassis/sdd-skills

Skill Claude CodeCodex

Generate complete PRDs (Product Requirements Documents) through iterative clarification. Use when: (1) Starting a new project and need structured requirements, (2) Creating product specifications with 9-section PRD format, (3) Defining product scope from a description or context files. Keywords: "prd", "product…

1 5d ago A 90 tokens original MIT

qa-preflight

17

dayvisonassis/sdd-skills

Skill Claude CodeCodex

The gate between a finished feature and the human QA. Investigates the delivered feature against its spec and the running screen, executes what is automatable, dispatches the existing correctors for defects that are objectively wrong, leaves a permanent guard so each defect cannot return unnoticed, and writes a QA…

1 5d ago A 101 tokens original MIT

spec-writer

18

dayvisonassis/sdd-skills

Skill Claude CodeCodex

Generates technical implementation spec, plan, AND an operational contract for one or more features based on PRD, codebase analysis, and iterative clarification. Produces contract.md (environment contract, quality gates, coverage manifest, observable criteria) consumed by implement-feature and evaluator. Supports…

1 5d ago A 72 tokens original MIT

unit-test-validator

19

dayvisonassis/sdd-skills

Skill Claude CodeCodex

Audits unit tests in the PABX monorepo (Angular frontend .spec.ts + Node.js backend tests/unit/) against the unit-test-writer rules, producing a compliance report with a PASS/FAIL/PASS WITH WARNINGS verdict, per-violation severity, and fix suggestions. Read-only — never writes or fixes tests. Dispatched by the…

1 5d ago A 97 tokens original MIT

unit-test-writer

20

dayvisonassis/sdd-skills

Skill Claude CodeCodex

Plans and implements comprehensive unit tests for the PABX monorepo — Angular frontend (Jest + jest-preset-angular, .spec.ts) and Node.js backend (Jest, apps/backend/tests/unit/). Runs interactively (3 phases with an approval checkpoint) when called by a user, or autonomously (no pause) when dispatched by…

1 5d ago A 138 tokens original MIT