as-quick-dev

Automate discovery, planning, and review for small code changes.

1|1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Thomas-Fitz/auto-scrum --skill as-quick-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: as-quick-dev
Source: https://github.com/Thomas-Fitz/auto-scrum/tree/main/skills/as-quick-dev
Command: npx skills add https://github.com/Thomas-Fitz/auto-scrum --skill as-quick-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of making small, targeted code changes by automating the discovery, planning, and review stages, allowing developers to focus on implementation.

Core Features & Use Cases

  • Automated Discovery: Scans the codebase for dependencies and relevant patterns.
  • Abbreviated Planning: Generates a minimal requirements and design summary.
  • Automated Testing: Designs test scenarios based on acceptance criteria.
  • Dev and Reviewer Agents: Dispatches AI agents for implementation and review.
  • Use Case: When you need to fix a bug or make a small configuration change, this Skill can help you do it efficiently without the need for full planning.

Quick Start

Run the command /as-quick-dev <task-description> to initiate a quick development process for your change.

Frequently Asked Questions about as-quick-dev

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

FAQPage Schema
How do I automate small code changes and bug fixes without full planning?

You can automate small code changes by dispatching AI agents for discovery, planning, and review. This approach generates minimal requirements and design summaries, allowing you to implement surgical code modifications efficiently without full planning overhead.

Can I use AI agents to scan my codebase for dependencies before a bug fix?

Yes, automated discovery scans the codebase for dependencies and relevant patterns. This allows the AI agents to understand the existing code structure before generating an abbreviated plan and designing test scenarios based on acceptance criteria.

What is the best way to perform an automated code review after a quick development task?

The best way to perform an automated code review is by dispatching a dedicated reviewer AI agent. After the implementation agent completes the targeted change, the reviewer agent evaluates the code to ensure it meets the generated requirements and design summary.

Does automated planning for surgical code changes require platform-specific configuration?

Yes, automated planning for surgical code changes requires configuration and tool mappings for platform-specific execution. You must set up these dependencies before initiating the quick development process to ensure the AI agents operate correctly.

When should I not use an abbreviated planning approach for code modifications?

You should not use abbreviated planning for large-scale features or complex architectural changes. This approach is designed specifically for small, targeted code changes like bug fixes or configuration updates where full planning overhead is unnecessary.

How do I initiate a quick development process for a targeted code change?

To initiate a quick development process, run the command `/as-quick-dev <task-description>`. This triggers the automated workflow, which scans the codebase, generates a minimal plan, and dispatches AI agents for implementation and review.