implement

Execute small, clearly defined tasks directly from conversation context.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cmtkdot/arc --skill implement-cmtkdot
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/cmtkdot/arc/tree/main/skills/implement
Command: npx skills add https://github.com/cmtkdot/arc --skill implement-cmtkdot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It enables rapid, plan-free execution of clearly defined tasks directly from conversation context, eliminating the need to build a formal Arc plan or cycle through multiple states for small work items.

Core Features & Use Cases

  • Direct, context-driven task execution without planning steps.
  • Supports inline task creation, execution, validation, and completion based on user input.
  • Use Case: a micro-task such as updating a doc or applying a small code change based on a chat request.

Quick Start

Describe a small, clearly defined task you want implemented and provide any relevant constraints.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I directly implement small code changes from a chat without creating a formal plan?▼

You can implement code edits directly from chat by providing a clearly defined task and any relevant constraints. The automation executes the context-aware task in a single pass without requiring a formal plan, validating outcomes through inline checks before marking completion.

What is the best way to automate rapid delivery of micro-tasks like updating documentation?▼

The best way to automate rapid delivery of micro-tasks is through plan-free, context-aware task execution. You describe the update in chat, and the system directly applies the code edit or documentation change in a single pass, validating results against provided context before completion.

Do I need to set up dedicated pipelines to execute context-aware code edits?▼

No, you do not need to set up dedicated pipelines to execute context-aware code edits. The system operates plan-free, driving direct implementation from the immediate conversation context for small, well-scoped tasks without relying on prior planning steps.

When should I avoid using plan-free task execution for software engineering?▼

You should avoid plan-free task execution for software engineering tasks that are not clearly defined, well-scoped, or completable in a single pass. If a task relies on prior planning steps, requires cycling through multiple states, or needs an Arc-state, this direct approach is not suitable.

Can I apply a small code change based on a chat request without cycling through multiple states?▼

Yes, you can apply a small code change based on a chat request without cycling through multiple states. The system supports inline task creation and direct execution from conversation context, eliminating the need to build a formal plan or transition between states for small work items.