implement-task

Automate development task implementation with semantic branching, quality checks, and progress updates.

2|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/jftecnologia/laravel-package-skeleton --skill implement-task-jftecnologia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-task
Source: https://github.com/jftecnologia/laravel-package-skeleton/tree/main/.claude/skills/implement-task
Command: npx skills add https://github.com/jftecnologia/laravel-package-skeleton --skill implement-task-jftecnologia

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the entire software development task lifecycle, from understanding requirements to deploying code, ensuring quality and progress tracking.

Core Features & Use Cases

  • Task Implementation: Develop features and fix bugs based on task definitions.
  • Quality Gates: Enforces code quality, testing, and security checks.
  • Progress Tracking: Updates task status and project dashboards automatically.
  • Use Case: When you need to implement a new user authentication feature (e.g., "implement CTI-01"), this Skill will create a semantic branch, write code, run linters and tests, and update the project's progress board.

Quick Start

Implement the task with ID CTI-01 by saying "Implemente a task 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 task implementation from a task breakdown document?

Task implementation is automated by reading task definitions from breakdown documents, creating semantic branches, writing code, and running quality checks. This enforces engineering standards while automatically updating progress tracking in specified documentation files.

What quality checks are enforced during software development task implementation?

Quality gates during task implementation enforce lint, test, and security checks. These automated checks ensure code quality and testing standards are met before allowing progress tracking updates or pull request generation.

How does semantic branching work for feature development and bug fixes?

Semantic branching creates version control branches with meaningful names derived from task definitions. This organizes feature development and bug fixes logically, preparing the codebase for structured commit creation and pull request generation.

Can I implement multiple development tasks and generate a single pull request?

Yes, multi-task implementation is supported and can generate pull requests upon completion. The process handles multiple tasks sequentially from the breakdown document, managing commits and running quality gates for each task before generating the pull request.

Do I need a specific task ID to start coding a new feature?

Yes, you need a specific task identifier from your task breakdown document to start coding a new feature. Providing the task ID instructs the system to read the requirements, create the semantic branch, and begin the automated implementation process.

How is progress tracking updated when fixing bugs or developing features?

Progress tracking is updated automatically in specified documentation files after tasks are implemented. This synchronizes the project dashboard with the current development status, reflecting completed bug fixes and feature implementations without manual intervention.