coding-process

Classify user tasks and route them to the appropriate workflow plan.

30|2|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/hawkyre/hawk-skills --skill coding-process
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: coding-process
Source: https://github.com/hawkyre/hawk-skills/tree/main/skills/coding-process
Command: npx skills add https://github.com/hawkyre/hawk-skills --skill coding-process

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically identify the task type from user input and route it to the correct workflow, reducing manual triage and speeding up delivery.

Core Features & Use Cases

  • Task-type classification to select the appropriate planning workflow (small feature, bug fix, learn-system, etc.)
  • Automatic routing to the correct plan and resume from existing .plans/ when available
  • Context loading from standards and common-mistakes directories to improve accuracy and consistency

Quick Start

Provide a task description and the system will classify the task and route to the correct workflow.

Frequently Asked Questions about coding-process

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

FAQPage Schema
How do I automatically classify task types and route work to the right workflow?▼

To automate task classification and workflow routing, provide a task description and the system identifies the task type to select the appropriate planning workflow, such as a bug fix or small feature. It automatically loads standards and common mistakes to improve consistency.

How does AI-assist workflow planning handle resuming existing plans?▼

AI-assist workflow planning handles resuming existing plans by automatically checking the `.plans/` directory for existing plan files. If a matching plan is found, the system routes the task to resume work from that saved state.

What happens if the task type is ambiguous during workflow routing?▼

If the task type is ambiguous during workflow routing, the system requests clarification from the user before proceeding. This ensures accurate classification and provides deterministic outputs according to its big-output discipline.

Do I need to manually load coding standards before starting an automated workflow?▼

You do not need to manually load coding standards before starting an automated workflow. The system always loads standards and common-mistakes context automatically before initiating any workflow to improve accuracy and consistency.

What is the best way to reduce manual triage for software engineering tasks?▼

The best way to reduce manual triage for software engineering tasks is using automated task-type identification. This classifies inputs and routes them directly to the correct workflow plan, speeding up delivery and reducing manual effort.