implementation-guidance

Execute predefined implementation plans with task tracking and commit discipline.

3|2|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/driver-ai/driver-sdlc-plugin --skill implementation-guidance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation-guidance
Source: https://github.com/driver-ai/driver-sdlc-plugin/tree/main/skills/implementation-guidance
Command: npx skills add https://github.com/driver-ai/driver-sdlc-plugin --skill implementation-guidance

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of implementing software features by providing a structured approach to execution, ensuring that plans are followed meticulously and deviations are tracked effectively.

Core Features & Use Cases

  • Task-Driven Execution: Guides the implementation phase by following a predefined plan with task lists and subagent delegation.
  • Deviation Tracking: Monitors and logs any deviations from the plan, allowing for timely adjustments and documentation.
  • Commit Discipline: Enforces a strict commit policy at task boundaries to maintain code integrity.
  • Verification and Bookkeeping: Ensures that all tasks are verified and documented properly before transitioning to the next phase.
  • Use Case: Ideal for teams following a structured software development lifecycle, where each feature's implementation needs to be tracked and documented with precision.

Quick Start

To start implementing the plan, run the command: /drvr:execute-plan <plan-name>

Frequently Asked Questions about implementation-guidance

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

FAQPage Schema
How do I track deviations during software implementation?

To track deviations during software implementation, this Skill monitors execution against a predefined plan, logs any divergences, and enforces commit discipline at task boundaries to maintain code integrity and document adjustments.

How do I enforce commit discipline when executing a development plan?

Enforcing commit discipline during plan execution is achieved by mandating commits strictly at predefined task boundaries, ensuring code integrity is verified and documented properly before transitioning to the next phase of implementation.

What is task-driven execution in software development?

Task-driven execution in software development is a structured approach that guides the implementation phase by following a predefined plan, delegating subtasks, and verifying completion before moving to subsequent steps.

Can I execute implementation tasks in parallel using worktree isolation?

Yes, parallel execution and worktree isolation can be used during implementation to manage concurrent task processing while maintaining a structured task list and enforcing strict commit boundaries.

Do I need a structured task list before starting implementation?

Yes, a structured task list and predefined plan are required before starting implementation, serving as the necessary baseline for guiding execution, tracking deviations, and enforcing commit discipline.

When should I not use automated implementation guidance?

Automated implementation guidance should be avoided when lacking a structured task list or predefined plan, as the mechanism relies entirely on these inputs to track deviations and enforce commit discipline.