feature-dev

Guide new feature development from requirements to PR-ready changes.

1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/JaviMaligno/oss-agent --skill feature-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-dev
Source: https://github.com/JaviMaligno/oss-agent/tree/main/.claude/skills/feature-dev
Command: npx skills add https://github.com/JaviMaligno/oss-agent --skill feature-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides the development of new features: analyzing requirements, exploring code patterns, designing solutions, implementing, testing, and preparing PR-ready changes. It helps teams stay aligned with OSS-Agent architecture and reduces back-and-forth by providing a clear, repeatable workflow.

Core Features & Use Cases

  • Structured workflow: From requirements to PR-ready changes following project conventions.
  • Architecture-aware design: Ensures alignment with existing OSS-Agent architecture and TypeScript patterns.
  • Quality gates: Encourages tests, linting, and documentation before PR submission.
  • Use Case: When starting a new feature, instruct the AI to analyze the issue, select architectural patterns, implement code, add tests, and prepare PR-ready changes.

Quick Start

Provide a GitHub issue URL or feature description to begin guided feature development. The agent will outline a plan, identify modules, and propose implementation steps, then execute with your guidance.