Fernando Escobar
Community@FerEscobarDev · Colombia
Software Developer Full Stack
Agent Skills by Fernando Escobar
Showing 16 vetted skills indexed across 1 GitHub repositories.
modernize
Orchestrates incremental technology migrations with characterization tests and Strangler Fig epics.
learn
Captures session learnings by delegating to the knowledge skill in capture mode.
contract-sync-audit
Audits backend routes against frontend API calls and emits a reconciliation report.
discover
Extracts business requirements through Socratic questioning into a structured requirements document.
verify
Enforces fresh execution of verification commands before any completion claim.
audit-knowledge
Audits the docs-index for orphan, stale, duplicate, and uncovered documentation drift.
doctor
Diagnoses Specture project structure and applies schema migrations via a Node script.
setup
Initializes Specture project configuration in bootstrap, adopt, or reconfigure modes.
start
Detects project state from filesystem artifacts and routes to the correct Specture phase skill.
architecture
Generates architecture documents, OpenAPI contracts, and milestone roadmaps from business requirements.
knowledge
Captures session learnings, audits documentation indexes, and reconciles living component behavior specs.
new-feature
Analyzes impact of unplanned features on existing specs and updates the project roadmap.
setup-docs-bridge
Integrates preexisting project documentation into Specture via indexed bridge files and proposed ADRs.
write-skill
Guides creation and testing of Specture skills using a TDD-for-documentation discipline.
ux-design
Generates navigation maps and design systems with human-chosen visual direction before any UI code.
debug
Diagnoses test failures and bugs through mandatory root-cause investigation with a written debug log.
Frequently Asked Questions About Fernando Escobar
FAQPage SchemaWhat tasks can I accomplish with Fernando Escobar's Specture skills?▼
You can run the full delivery cycle: discover requirements, generate tech-agnostic architecture with an OpenAPI contract and ROADMAP, build epics through a spec→test→implement→review loop, debug with forced root-cause logs, modernize framework versions, and audit frontend/backend contract drift.
Who are the Specture skills designed for?▼
Full-stack software developers and engineering teams who want enforced discipline around specs, tests, and verification. Spanish-language triggers ('levantar requerimientos', 'construyamos') indicate strong support for Spanish-speaking development teams working on greenfield or existing codebases.
How do I start using Specture in an existing project?▼
Run the setup skill in adopt mode for existing codebases; it initializes .specture/stack.yml. If the project has 10+ markdown docs, setup-docs-bridge generates a docs-index and Proposed ADRs without duplicating content. The start skill then detects project state and routes to the correct phase.
How does Specture prevent false 'done' claims and guess-and-check debugging?▼
The verify skill forces fresh execution of the relevant verification command and reading its output before any success claim, commit, or PR. The debug skill triggers after two test failures or a reviewer rejection, requiring a physical debug log artifact with root-cause investigation before any fix.
What are the prerequisites for the build and ux-design skills?▼
Build requires docs/04-roadmap/ROADMAP.md with pending epics, produced by the architecture skill. Ux-design requires stack.yml.frontend.framework set to a non-none value; it mandates a human aesthetic decision and design system before any UI code, with a visual-approval gate during frontend epics.