Angelo Resplandes
Community@AngeloResplandes · Brasil
Software Developer
Agent Skills by Angelo Resplandes
Showing 8 vetted skills indexed across 1 GitHub repositories.
sdd-promote
Applies a validated spec-delta into the canonical spec directory and closes the development cycle.
sdd-refine
Generates plan, scenarios, tasks, and spec-delta artifacts from a cycle request before human approval.
sdd-validate
Validates an implemented development cycle against its tasks, scenarios, and runtime evidence.
sdd-verify
Runs dev servers, test suites, and browser scenarios to produce runtime verification evidence.
sdd
Detects the current phase of a spec-driven development cycle from filesystem state and routes to the matching phase skill.
sdd-start
Creates a dated cycle folder and captures the raw problem statement in request.md.
sdd-capability
Classifies cycle size and resolves engineering constraints into capability.md before planning.
sdd-implement
Executes approved spec-driven development cycles using test-driven RED-GREEN-REFACTOR triads.
Frequently Asked Questions About Angelo Resplandes
FAQPage SchemaWhat tasks can I accomplish with Angelo Resplandes's SDD skills?▼
You can run a full spec-driven cycle: capture a request, classify cycle size and resolve capability constraints, produce an approved plan with Gherkin scenarios and tasks, implement against that plan, verify in a real browser with runtime evidence, validate pass/fail, and promote the delta into the canonical spec.
Who should use the SDD harness skills?▼
Software developers building features, refactors, or non-trivial bugfixes that touch more than a couple of files. It suits engineers who want explicit plans, human approval gates, and runtime evidence before code changes are merged, including work spanning multiple modules, repos, or teams.
How does the SDD harness decide which phase skill runs?▼
The sdd orchestrator inspects the filesystem for cycle artifacts like request.md, plan.md, tasks.md, and verification.md to detect the current phase, then routes to the matching phase skill. Naming a phase directly, such as 'refina' or 'valida', invokes that skill without the orchestrator.
What are the prerequisites for the verification phase?▼
sdd-verify requires an existing browser automation stack such as Playwright, Cypress, a browser MCP, or a scripted manual pass, plus a runnable dev server and test suite. It never installs a browser stack itself and never edits code to make a check pass.
What safety constraints do the SDD phase skills enforce?▼
sdd-refine never writes into spec/ or starts implementing; sdd-implement refuses draft plans and never checks off the final promote task; sdd-validate sends failures back to implementation, never forward; sdd-promote, the only phase allowed to write spec/, refuses to run unless validation passed.