implement-expert

Execute software issues through a 5-phase planning, coding, testing, and documentation workflow.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/echarabati/adi-capital-admin --skill implement-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-expert
Source: https://github.com/echarabati/adi-capital-admin/tree/main/.agent/skills/roles/implement
Command: npx skills add https://github.com/echarabati/adi-capital-admin --skill implement-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the end-to-end process of taking a software issue from planning through coding, testing, and final closure, ensuring a streamlined development workflow.

Core Features & Use Cases

  • Full Issue Lifecycle Management: Handles planning, implementation, verification, documentation, and closing of a single issue.
  • Structured Workflow: Follows a strict 5-phase process (Audit, Plan, Implement, Verify, Document/Close) with defined handoffs.
  • Use Case: When a new feature request (e.g., "Implement user profile editing") is ready, you can use this Skill to guide the AI through creating the necessary code, writing tests, and updating the issue tracker.

Quick Start

Use the implement expert skill to implement issue AUTH-003.

Frequently Asked Questions about implement-expert

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

FAQPage Schema
How do I automate software issue implementation from planning through closure?

Automating software issue implementation involves a 5-phase workflow: audit, plan, implement, verify, and document/close. This manages the full issue lifecycle from backlog to closure, enforcing coding standards via conventional commits and updating project management tools.

What is the best way to manage code implementation dependencies and architectural decisions?

Managing code implementation dependencies is achieved through architect gating within the planning phase. This ensures structural integrity before coding begins, handling dependencies and verifying architectural choices.

Can I enforce conventional commits and testing during the development workflow?

Yes, you can enforce conventional commits and testing during the development workflow. The verification phase mandates test execution, while the implementation phase enforces coding standards through conventional commit messages.

Does this issue tracking integration update project management tools automatically upon completion?

Yes, issue tracking integration updates project management tools automatically upon completion. It manages the issue lifecycle by syncing status updates and closing issues, while providing detailed implementation notes.

How do I write tests and implementation notes for a new feature request?

Writing tests and implementation notes for a new feature request is part of the verify and document phases. The workflow executes coding, runs tests for verification, and generates detailed implementation notes upon issue closure.

When should I not use an automated agile development workflow for coding tasks?

You should not use an automated agile development workflow for coding tasks that require informal, ad-hoc changes outside a structured issue lifecycle. The strict 5-phase process enforces planning, testing, and documentation, which may be excessive for quick fixes.