dev-implement

Write code from design documents and existing code patterns.

Updated Dec 2, 2025
One-click install
npx skills add https://github.com/qlawmarq/dotfiles-common --skill dev-implement-qlawmarq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-implement
Source: https://github.com/qlawmarq/dotfiles-common/tree/main/skills/dev-implement
Command: npx skills add https://github.com/qlawmarq/dotfiles-common --skill dev-implement-qlawmarq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of writing code based on provided specifications or task descriptions, reducing manual coding effort and ensuring adherence to requirements.

Core Features & Use Cases

  • Code Generation: Writes new code based on detailed task descriptions and design documents.
  • Requirement Adherence: Ensures that the implemented code strictly follows specified requirements and existing patterns.
  • Use Case: You have a design document outlining a new API endpoint. Use this Skill to generate the Python code for that endpoint, including necessary error handling and data validation.

Quick Start

Implement the user story for adding a new user profile page based on the provided design document.

Frequently Asked Questions about dev-implement

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

FAQPage Schema
How do I generate code from a design document?

To generate code from a design document, provide the specified requirements and design documents. The implementation adheres to existing code patterns and official documentation to ensure the new code strictly follows your requirements.

What is the best way to implement development tasks based on specifications?

The best way to implement development tasks from specifications is to investigate existing code, libraries, and interfaces first. This ensures the generated code matches established patterns and integrates accurately with your current software architecture.

Can I automate writing Python code for a new API endpoint from a task description?

Yes, you can automate writing Python code for a new API endpoint by providing a detailed task description. The implementation includes necessary error handling and data validation while adhering to specified requirements.

Does code generation work with existing code patterns and libraries?

Code generation works with existing code patterns and libraries by requiring thorough investigation of current interfaces before implementation. This ensures the generated code matches your software architecture and leverages official documentation for accuracy.

What do I need to provide to automate coding for a development task?

To automate coding for a development task, you need to provide detailed task descriptions and design documents. This allows the implementation process to accurately write code that strictly follows your specified requirements and existing patterns.