coding-agent

Guide developers through planning, implementation, verification, and testing workflows.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/jitenkr2030/QR-Based-Guard-Attendance-Patrol-Proof-System --skill coding-agent-jitenkr2030
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/jitenkr2030/QR-Based-Guard-Attendance-Patrol-Proof-System/tree/main/skills/coding-agent
Command: npx skills add https://github.com/jitenkr2030/QR-Based-Guard-Attendance-Patrol-Proof-System --skill coding-agent-jitenkr2030

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured coding workflow that guides users from planning through implementation, verification, and testing, while keeping user preferences local and preventing autonomous execution.

Core Features & Use Cases

  • Planning & decomposition: Break complex requests into actionable steps with clear acceptance criteria.
  • Guided implementation & verification: Provide step-by-step guidance and verification prompts, never performing autonomous execution.
  • Local memory & repeatability: Store user preferences in ~/code/memory.md to enable repeatable workflows.
  • Use Case: When a developer needs end-to-end feature development, the skill outlines a plan, then guides implementation and testing.

Quick Start

Outline a plan in planning.md and then implement with guidance, followed by verification before delivery.

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 complete coding workflow from planning to testing?

A structured coding workflow breaks complex requests into actionable steps with clear acceptance criteria, followed by guided implementation, verification, and testing. You outline a plan first, then implement step-by-step before delivery.

What's the best way to break down complex software development tasks for incremental implementation?

To break down complex tasks for incremental implementation, use structured planning and decomposition to define actionable steps with clear acceptance criteria, ensuring safe, non-autonomous execution within your environment.

How do I keep developer preferences local during a guided coding workflow?

You keep developer preferences local during a guided coding workflow by storing them in a memory file, such as ~/code/memory.md, which enables repeatable workflows and satisfies frontmatter metadata requirements.

Can I get step-by-step coding guidance without autonomous execution modifying my environment?

Yes, you can get step-by-step coding guidance without autonomous execution. The workflow provides verification prompts and guided implementation, ensuring no autonomous execution modifies your environment without your direct input.

Does this guided coding workflow support verification and testing before final delivery?

Yes, this guided coding workflow supports verification and testing before final delivery. It provides step-by-step guidance and verification prompts to ensure implementation meets the defined acceptance criteria.

What are the limitations of using a non-autonomous coding workflow for feature development?

The limitation of a non-autonomous coding workflow is that it requires manual execution and verification at each step, preventing fully autonomous feature development while prioritizing safe, controlled implementation within your environment.