feature-dev

Develop new features through the full DevinClaw SDLC pipeline.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/COG-GTM/devinclaw --skill feature-dev-cog-gtm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-dev
Source: https://github.com/COG-GTM/devinclaw/tree/main/skills/feature-dev
Command: npx skills add https://github.com/COG-GTM/devinclaw --skill feature-dev-cog-gtm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the entire process of developing new features for enterprise applications, from initial requirements to production-ready code, ensuring adherence to strict SDLC, security, and compliance standards.

Core Features & Use Cases

  • Full SDLC Pipeline: Manages specification, test-first development, implementation, review, and delivery.
  • Multi-Format Requirements: Accepts requirements via natural language, Jira tickets, OpenAPI specs, or Figma designs.
  • Automated Guardrails: Enforces code quality, security compliance (CIS Benchmark, SOC 2), and test coverage.
  • Use Case: Implement a new REST API endpoint for user profile management, starting from a Jira ticket and ending with a fully tested, documented, and reviewed pull request.

Quick Start

Use the feature-dev skill to build a new user authentication microservice based on the provided OpenAPI specification.

Frequently Asked Questions about feature-dev

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

FAQPage Schema
How do I develop new microservices from an OpenAPI spec?

You can develop new microservices from an OpenAPI spec by automating the full SDLC pipeline, moving from specification to test-first development, implementation, and delivery. This process ensures your new API endpoints are production-ready and fully tested.

What is the best way to manage feature development for enterprise applications?

Managing feature development for enterprise applications is best handled by automating the entire process from requirements to production-ready code. This approach enforces strict SDLC, security compliance, and code quality standards throughout the workflow.

Can I build UI components starting from a Figma design?

Yes, you can build UI components starting from a Figma design. The feature development process accepts multi-format requirements including Figma designs to execute a complete SDD-to-delivery workflow for new application functionality.

Does test-first development enforce security compliance automatically?

Yes, test-first development enforces security compliance automatically. Automated guardrails are applied throughout the pipeline to ensure adherence to CIS Benchmark and SOC 2 standards alongside required test coverage.

How do I implement new REST API endpoints from a Jira ticket?

To implement new REST API endpoints from a Jira ticket, you process the ticket as a natural language requirement through a full SDLC pipeline. This yields a fully tested, documented, and reviewed pull request for the new functionality.