implement

Automate ticket implementation through vertical slices with build, test, and review processes.

1|Updated Jul 19, 2019
One-click install
npx skills add https://github.com/isaac-scarrott/dev-files --skill implement-isaac-scarrott
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/isaac-scarrott/dev-files/tree/main/.claude/skills/implement
Command: npx skills add https://github.com/isaac-scarrott/dev-files --skill implement-isaac-scarrott

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the end-to-end implementation of tickets, tasks, and projects, streamlining the process from initiation to completion.

Core Features & Use Cases

  • End-to-End Implementation: Automates the full lifecycle of a ticket, including building, testing, and reviewing.
  • Vertical Slicing: Breaks down tasks into smallest independently verifiable parts for better control and iteration.
  • Use Case: Use this Skill to implement a complex project by breaking it down into manageable slices, each with its own build, test, and review process.

Quick Start

Use the implement skill to automate the implementation of a Linear ticket with the command '/implement <ticket_id>'.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate the end-to-end implementation of project tickets?

Automating ticket implementation requires breaking tasks into vertical slices, each undergoing its own build, test, and review cycle. This automated task implementation manages the full lifecycle from initiation to completion using sub-agent orchestration.

What is vertical slicing in task automation and when should I use it?

Vertical slicing in task automation breaks complex tasks into the smallest independently verifiable parts. Use vertical slicing for project management workflows involving complex tasks that require multiple stages of development and verification.

How do I implement a Linear ticket using automated vertical slices?

Implement a Linear ticket by passing the ticket identifier to the automation command. The system orchestrates sub-agents to break the ticket into vertical slices, automating the build, test, and review process for each slice.

Does automated ticket implementation require sub-agent management capabilities?

Yes, automated ticket implementation requires sub-agent management and orchestration capabilities. The automation coordinates multiple sub-agents to handle the distinct build, test, and review stages of each vertical slice.

Can I use this for complex project management workflows with multiple development stages?

Yes, this applies to project management workflows involving complex tasks that require multiple stages of development and verification. It automates the full lifecycle by breaking projects into manageable vertical slices.