coding

Enforce a Discover, Plan, Implement, and Verify coding workflow.

19|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/xobotyi/cc-foundry --skill coding-xobotyi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding
Source: https://github.com/xobotyi/cc-foundry/tree/main/plugins/the-coder/skills/coding
Command: npx skills add https://github.com/xobotyi/cc-foundry --skill coding-xobotyi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses common coding pitfalls such as acting on assumptions, skipping verification, and inefficient context usage, leading to more robust and reliable code.

Core Features & Use Cases

  • Structured Workflow: Enforces a Discover → Plan → Implement → Verify loop for all coding tasks.
  • Assumption Mitigation: Provides explicit interrupt patterns and red flags to prevent coding based on guesswork.
  • Verification Discipline: Mandates thorough testing, diff reviews, and validation against success criteria before task completion.
  • Use Case: When tasked with refactoring a complex module, this Skill ensures you first understand the existing code, plan the changes meticulously, implement incrementally, and rigorously verify the outcome.

Quick Start

Use the coding skill to refactor the user authentication module, ensuring all tests pass and no regressions are introduced.

Frequently Asked Questions about coding

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

FAQPage Schema
How do I enforce a structured coding workflow for complex refactoring?

Prevent assumptions during code implementation by using explicit interrupt patterns and monitoring red flags. This enforces evidence-based reasoning, stopping guesswork and ensuring changes are based on verified code context.

What is the best way to verify code changes and prevent regressions?

The best way to verify code changes is through a disciplined process mandating thorough testing, diff reviews, and validation against explicit success criteria. This comprehensive verification prevents regressions before completing a coding task.

Can I use a disciplined coding workflow for incremental module implementation?

Yes, you can use this disciplined coding workflow for incremental module implementation. It mandates a structured loop that breaks down tasks into incremental steps, ensuring each phase is rigorously verified against the plan.

Why does agentic coding fail when skipping the discovery and planning phases?

Agentic coding fails when skipping discovery and planning because it leads to acting on assumptions and inefficient context usage. A disciplined workflow addresses these pitfalls by mandating evidence-based discovery before any implementation begins.