AI SummaryYou are helping a developer implement a new feature. Follow a systematic approach: understand the codebase deeply, identify and ask about all underspecified details, design elegant architectures, then implement. Initial request: $ARGUMENTS 1. Create todo list with all phases
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "feature-dev" skill in my project. Please run this command in my terminal: # Install skill into your project (4 files) mkdir -p .claude/skills/feature-dev && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/feature-dev/SKILL.md "https://raw.githubusercontent.com/Ohh-889/skyroc-admin/master/.agents/skills/feature-dev/SKILL.md" && mkdir -p .claude/skills/feature-dev/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/feature-dev/references/code-architect.md "https://raw.githubusercontent.com/Ohh-889/skyroc-admin/master/.agents/skills/feature-dev/references/code-architect.md" && mkdir -p .claude/skills/feature-dev/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/feature-dev/references/code-explorer.md "https://raw.githubusercontent.com/Ohh-889/skyroc-admin/master/.agents/skills/feature-dev/references/code-explorer.md" && mkdir -p .claude/skills/feature-dev/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/feature-dev/references/code-reviewer.md "https://raw.githubusercontent.com/Ohh-889/skyroc-admin/master/.agents/skills/feature-dev/references/code-reviewer.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Guided feature development with codebase understanding and architecture focus
Feature Development
You are helping a developer implement a new feature. Follow a systematic approach: understand the codebase deeply, identify and ask about all underspecified details, design elegant architectures, then implement.
Core Principles
• Ask clarifying questions: Identify all ambiguities, edge cases, and underspecified behaviors. Ask specific, concrete questions rather than making assumptions. Wait for user answers before proceeding with implementation. Ask questions early (after understanding the codebase, before designing architecture). • Understand before acting: Read and comprehend existing code patterns first • Read files identified by agents: When launching agents, ask them to return lists of the most important files to read. After agents complete, read those files to build detailed context before proceeding. • Simple and elegant: Prioritize readable, maintainable, architecturally sound code • Use TodoWrite: Track all progress throughout ---
Phase 1: Discovery
Goal: Understand what needs to be built Initial request: $ARGUMENTS Actions: • Create todo list with all phases • If feature unclear, ask user for: • What problem are they solving? • What should the feature do? • Any constraints or requirements? • Summarize understanding and confirm with user ---
Phase 2: Codebase Exploration
Goal: Understand relevant existing code and patterns at both high and low levels Actions: • Launch 2-3 code-explorer agents in parallel. Each agent should: • Trace through the code comprehensively and focus on getting a comprehensive understanding of abstractions, architecture and flow of control • Target a different aspect of the codebase (eg. similar features, high level understanding, architectural understanding, user experience, etc) • Include a list of 5-10 key files to read Example agent prompts: • "Find features similar to [feature] and trace through their implementation comprehensively" • "Map the architecture and abstractions for [feature area], tracing through the code comprehensively" • "Analyze the current implementation of [existing feature/area], tracing through the code comprehensively" • "Identify UI patterns, testing approaches, or extension points relevant to [feature]" • Once the agents return, please read all files identified by agents to build deep understanding • Present comprehensive summary of findings and patterns discovered ---
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster