implement-task

Create semantic branches, write code, run quality gates, and update progress tracking.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/juniorfontenele/ai-guidelines --skill implement-task-juniorfontenele
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-task
Source: https://github.com/juniorfontenele/ai-guidelines/tree/main/.agents/skills/implement-task
Command: npx skills add https://github.com/juniorfontenele/ai-guidelines --skill implement-task-juniorfontenele

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the entire development task lifecycle, from understanding requirements to deploying code, ensuring adherence to engineering standards and quality gates.

Core Features & Use Cases

  • Task Execution: Implements development tasks based on various inputs like task IDs, GitHub issues, or direct instructions.
  • Quality Assurance: Enforces code quality through linting, testing, and security analysis.
  • Progress Tracking: Manages and updates task status in project documentation.
  • Use Case: When a user says, "Implement CTI-01," this skill will create a semantic branch, write the code, run all quality checks, update progress, and prepare a pull request.

Quick Start

Implement the development task for CTI-01.

Frequently Asked Questions about implement-task

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

FAQPage Schema
How do I automate development task execution from a GitHub issue to a pull request?

Automating development task execution involves creating a semantic branch, writing code to standards, running quality gates like lint and tests, and updating progress tracking before preparing a pull request. This skill handles that entire lifecycle directly from task IDs or GitHub issues.

How does a git workflow handle quality gates during coding tasks?

A git workflow handles quality gates by enforcing lint, test, and security analysis checks before code is finalized. This skill integrates these quality gates directly into the task execution process to ensure engineering standards are met.

Can I use task management inputs to automatically create semantic branches?

Yes, task management inputs like task breakdowns, implementation plans, and GitHub issues can be used to automatically create semantic branches. The skill processes these inputs to initiate the coding workflow and track progress.

What is the best way to ensure code quality when implementing from a task breakdown?

The best way to ensure code quality when implementing from a task breakdown is to run automated lint, test, and security analysis gates during development. This skill enforces these checks automatically while writing code according to standards.

How to track development progress after running quality checks?

To track development progress after running quality checks, you update the task status in project documentation. This skill automatically manages and updates progress tracking once lint, test, and security gates pass.