coding-agent

Automate multi-file coding workflows through clarify, reconnaissance, plan, implement, and verify phases.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/cloudwithax/crusty --skill coding-agent-cloudwithax
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/cloudwithax/crusty/tree/main/cogs/skills/coding-agent
Command: npx skills add https://github.com/cloudwithax/crusty --skill coding-agent-cloudwithax

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the structured workflow for coding projects that involve modifying or creating multiple files, helping maintain architectural integrity and consistent practices across modules.

Core Features & Use Cases

  • Phased, repeatable workflow: follow the phases clarify, reconnaissance, plan, implement, and verify to coordinate multi-file changes.
  • Project structure awareness: map the repository with glob patterns to identify entrypoints, configs, and dependencies.
  • Consistency and quality: guide architectural decisions, library integrations, and feature implementation across modules with traceable steps.

Quick Start

Use the coding-agent whenever starting a new feature or refactor that touches multiple files. Begin with Phase 0: clarify requirements if needed, then proceed through reconnaissance, plan, implement, and verify in order. Keep all steps auditable and reproducible.

Frequently Asked Questions about coding-agent

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

FAQPage Schema
What is a phased workflow for multi-file coding projects?

A phased workflow for multi-file coding projects structures changes across five phases: clarify, reconnaissance, plan, implement, and verify. It coordinates architectural decisions and library integrations to maintain consistency across modules with auditable steps.

How do I manage architectural decisions when modifying multiple modules?

To manage architectural decisions across multiple modules, you follow a structured workflow that maps the repository structure, plans changes systematically, and enforces consistent practices. This ensures traceable and reproducible modifications across files.

When do I need a structured workflow for coding projects?

You need a structured workflow for coding projects when creating or modifying features that span multiple files, integrating libraries, or making architectural decisions. It enforces a phased approach to keep repository changes auditable and consistent.

How do I discover repository structure before planning multi-file changes?

You discover repository structure by mapping the project with glob patterns to identify entrypoints, configs, and dependencies. This reconnaissance phase informs the implementation plan and ensures consistent guidance across affected modules.

Does this coding workflow require specific dependencies or components?

No, this coding workflow operates without external dependencies or components. It relies on repository structure discovery and a phased approach to guide multi-file changes, making it applicable across different project environments.

What's the best way to coordinate feature implementation across files?

The best way to coordinate feature implementation across files is using a repeatable workflow that progresses through clarification, reconnaissance, planning, implementation, and verification. This keeps architectural changes traceable and reproducible across modules.