sdd-apply

Write and modify code according to specifications and design documents.

1|1|Updated Jul 31, 2025
One-click install
npx skills add https://github.com/JoaquinFontaana/alquileres --skill sdd-apply-joaquinfontaana
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-apply
Source: https://github.com/JoaquinFontaana/alquileres/tree/main/.agents/skills/sdd-apply
Command: npx skills add https://github.com/JoaquinFontaana/alquileres --skill sdd-apply-joaquinfontaana

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of implementing specific development tasks based on provided specifications and designs, ensuring code aligns with project requirements.

Core Features & Use Cases

  • Task Implementation: Writes code to fulfill assigned development tasks.
  • Spec Adherence: Strictly follows provided specifications and design documents.
  • Progress Tracking: Updates task status in tasks.md and reports progress.
  • Use Case: When a new feature is proposed, this Skill takes the defined tasks (e.g., "Create API endpoint for user profiles") and writes the necessary Go code, updating the task list upon completion.

Quick Start

Use the sdd-apply skill to implement tasks 1.1 through 1.3 from the current change.

Frequently Asked Questions about sdd-apply

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code implementation from design specifications?

Automating code implementation from design specifications is done by writing and modifying code according to provided project conventions. This ensures the resulting code strictly aligns with predefined development tasks and design documents.

What is the best way to track task progress during automated software development?

Tracking task progress during automated software development is handled by updating task status in a defined artifact store mode. The system automatically updates the tasks.md file and reports progress upon completing specific development requirements.

Can I use task automation to write Go code for new API endpoints?

Yes, you can use task automation to write Go code for new API endpoints. The implementation process takes defined tasks, such as creating an API endpoint for user profiles, and generates the necessary code while adhering to project rules.

Do I need to provide design documents for code generation to work?

Yes, you need to provide design documents and specifications for code generation to work. The implementation requires strict adherence to these provided documents and project-specific coding skills to ensure accurate task fulfillment.

Why does the generated code not match my project conventions?

Generated code may not match your project conventions if the specific coding skills and rules were not properly defined in the input. The implementation relies heavily on predefined project-specific rules to shape the final code output.