develop

Automate AI-assisted software development workflows with mode-specific steps and review gates.

24|3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/Borda/.ai-home --skill develop-borda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: develop
Source: https://github.com/Borda/.ai-home/tree/main/.claude/skills/develop
Command: npx skills add https://github.com/Borda/.ai-home --skill develop-borda

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unified discipline for AI-assisted development workflows, standardizing how features, fixes, refactors, planning, and debugging are planned, executed, and reviewed.

Core Features & Use Cases

  • Mode-based lifecycle: feature (TDD-first), fix (reproduce-first), refactor (test-first), plan (analysis-only), debug (investigate-first).
  • Built-in review gates: two-layer pre- and post- validation to catch scope and edge cases early.
  • Shared quality stack: linting, type checking, and full test suite with optional Codex assistance.
  • Team-mode support: optional synchronous collaboration with defined agent roles and task-tracking.

Quick Start

Start a mode with a goal, for example: /develop feature implement authentication flow to demonstrate the TDD-first workflow.

Frequently Asked Questions about develop

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

FAQPage Schema
How do I standardize AI-assisted development workflows across feature development and debugging?

Standardize AI-assisted development workflows by applying mode-specific steps for features, fixes, refactors, planning, and debugging, ensuring consistent execution and review across moderate codebase complexity.

What is the best way to enforce test-first development when fixing bugs or refactoring code?

Enforce test-first development during bug fixes and refactoring by using reproduce-first and test-first modes, applying a shared quality stack of linting, type checking, and full test suites.

How do I implement code review gates for AI-generated code in my team?

Implement code review gates for AI-generated code by applying two-layer pre- and post-validation to catch scope and edge cases early, alongside progressive review loops during execution.

Can I use team-mode collaboration with defined agent roles for software development planning?

Yes, you can use team-mode collaboration for software development planning with synchronous task-tracking and defined agent roles to coordinate analysis-only planning and execution.

Does AI-assisted coding workflow automation support test-driven development for new features?

Yes, AI-assisted coding workflow automation supports test-driven development for new features through a dedicated feature mode that applies TDD-first steps and progressive review loops.

When should I use analysis-only planning mode instead of direct codebase refactoring?

Use analysis-only planning mode when you need to evaluate scope and architecture before execution, whereas refactor mode requires test-first validation for direct codebase changes.