coding-agent

Guide planning, implementation, verification, and testing for coding workflows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Pritahi/chronos-watches --skill coding-agent-pritahi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/Pritahi/chronos-watches/tree/main/skills/coding-agent
Command: npx skills add https://github.com/Pritahi/chronos-watches --skill coding-agent-pritahi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coding workflows often lack a structured, repeatable process that ensures planning, implementation, verification, and testing happen before delivery. This Skill provides a guided, stepwise framework to coordinate these phases with human-in-the-loop control and local memory of user preferences.

Core Features & Use Cases

  • Planning and task breakdown: convert requests into testable steps and acceptance criteria.
  • Guided execution: deterministic steps with explicit user approval before each action.
  • Verification & delivery: run checks, tests, and validations and document outcomes.
  • Local context & references: read built-in references and store user preferences in ~/code/memory.md.

Quick Start

Provide a clear, action-focused plan for a requested coding task and wait for user confirmation before proceeding.

Frequently Asked Questions about coding-agent

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

FAQPage Schema
How do I structure a coding workflow to ensure planning, implementation, and testing happen before delivery?

A structured coding workflow breaks requests into testable steps and acceptance criteria, guiding execution with explicit user approval before each action. This ensures planning, implementation, verification, and testing phases are completed sequentially before delivery.

What is the best way to automate feature development and bug fixes with human-in-the-loop control?

Automating feature development and bug fixes with human-in-the-loop control involves deterministic execution steps that require user confirmation before proceeding. This approach maintains a structured, repeatable process across local environments while keeping human oversight.

How do I break down a software development request into testable steps and acceptance criteria?

Breaking down a software development request involves converting the request into a clear, action-focused plan. This plan defines testable steps and acceptance criteria, waiting for user confirmation before any implementation begins to ensure alignment.

Can I store local user preferences for a repeatable coding workflow in my local environment?

Yes, you can store local user preferences for a repeatable coding workflow by writing to a local memory file. This allows the system to read built-in references and remember your specific preferences across sessions.

Does a guided coding workflow support code reviews and verification checks?

Yes, a guided coding workflow supports code reviews and verification checks by running validations and tests during the verification phase. It documents outcomes to ensure all checks pass before final delivery.