implement

Execute code changes and shell commands from plan files in docs/plan.

234|15|Updated Mar 16, 2024
One-click install
npx skills add https://github.com/OriNachum/autonomous-intelligence --skill implement-orinachum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/OriNachum/autonomous-intelligence/tree/main/qq/.agent/skills/implement
Command: npx skills add https://github.com/OriNachum/autonomous-intelligence --skill implement-orinachum

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of translating architectural plans and design documents into concrete code changes, streamlining the development workflow.

Core Features & Use Cases

  • Automated Code Implementation: Directly applies code modifications and executes necessary commands as defined in a plan file.
  • Plan-Driven Development: Ensures that development efforts strictly adhere to pre-defined specifications and architectural blueprints.
  • Use Case: After a new feature is designed and documented in a plan file, this Skill can be invoked to automatically implement all the described code changes, significantly reducing manual coding time and potential errors.

Quick Start

Use the implement skill to execute the latest plan found in the docs/plan directory.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate code implementation from architectural design documents?

Automated code implementation executes code modifications and shell commands by parsing architectural design documents and translating predefined execution plans into concrete file changes.

What is plan-driven development workflow automation?

Plan-driven development workflow automation ensures development efforts strictly adhere to pre-defined specifications by parsing implementation steps and verification criteria to automatically apply code modifications.

How do I execute code changes specified within plan files?

Executing code changes from plan files involves parsing implementation steps and verification criteria located in the docs/plan directory to modify or create files and run necessary scripts.

Can I automatically run shell commands and scripts from a development plan?

Automatically running shell commands from a development plan is supported by parsing the plan file specifications and executing the necessary scripts to apply the defined code modifications.

Does automated plan execution require specific directory structures?

Automated plan execution requires placing plan files in the docs/plan directory, where the system locates the latest plan to parse implementation steps and apply the specified code changes.

What are the limitations of automated code generation from plan files?

Automated code generation from plan files is limited to executing predefined specifications and cannot generate code independently without an existing architectural blueprint and verification criteria in the plan.