Maicololiveras
- 11 skills
- 0 followers
- 1 day ago last updated
- ▌ Sdd Init · maicololiverasInitialize Spec-Driven Development context in any project. Detects stack, conventions, and bootstraps the active persistence backend. Trigger: When user wants to initialize SDD in a project, or says "sdd init", "iniciar sdd", "openspec init".
- ▌ Sdd Spec · maicololiverasWrite specifications with requirements and scenarios (delta specs for changes). Trigger: When the orchestrator launches you to write or update specs for a change.
- ▌ Sdd Apply · maicololiverasImplement tasks from the change, writing actual code following the specs and design. Trigger: When the orchestrator launches you to implement one or more tasks from a change.
- ▌ Sdd Tasks · maicololiverasBreak down a change into an implementation task checklist. Trigger: When the orchestrator launches you to create or update the task breakdown for a change.
- ▌ Sdd Design · maicololiverasCreate technical design document with architecture decisions and approach. Trigger: When the orchestrator launches you to write or update the technical design for a change.
- ▌ Sdd Verify · maicololiverasValidate that implementation matches specs, design, and tasks. Trigger: When the orchestrator launches you to verify a completed (or partially completed) change.
- ▌ Sdd Archive · maicololiverasSync delta specs to main specs and archive a completed change. Trigger: When the orchestrator launches you to archive a change after implementation and verification.
- ▌ Sdd Explore · maicololiverasExplore and investigate ideas before committing to a change. Trigger: When the orchestrator launches you to think through a feature, investigate the codebase, or clarify requirements.
- ▌ Sdd Propose · maicololiverasCreate a change proposal with intent, scope, and approach. Trigger: When the orchestrator launches you to create or update a proposal for a change.
- ▌ Skill Registry · maicololiverasBuild or refresh a project skill registry that catalogs installed skills and local instruction files for sub-agent use. Trigger: When the user asks to initialize orchestration, refresh project conventions, or run /skill-registry.
- ▌ Agent Team Orchestrator · maicololiverasCoordinate multi-agent work in OpenCode using skills, Engram memory, and host-native delegation primitives instead of file-based mailboxes or lock files. Trigger: When work spans multiple areas, requires delegation, or the assistant must act as a director rather than a solo executor.