task-packet

Execute structured markdown task packets with git worktree isolation and automated PR generation.

2|Updated May 10, 2026
One-click install
npx skills add https://github.com/loomantix/codex-platform --skill task-packet-loomantix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-packet
Source: https://github.com/loomantix/codex-platform/tree/main/.codex/skills/task-packet
Command: npx skills add https://github.com/loomantix/codex-platform --skill task-packet-loomantix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the fragmentation of development workflows by automating the entire lifecycle of a task, from initial parsing and environment setup to implementation, testing, and PR creation.

Core Features & Use Cases

  • Automated Lifecycle Management: Orchestrates the full path of a task including git worktree isolation, branch management, and issue tracking.
  • Integrated Validation: Enforces non-negotiable testing and coverage requirements before allowing a task to be marked as complete.
  • Use Case: When assigned a complex feature request or bug fix, provide the task packet markdown to the agent to handle the entire implementation, verification, and GitHub PR process autonomously.

Quick Start

Execute the task packet provided in the file named task-implementation-plan.md to begin the end-to-end development process.

Frequently Asked Questions about task-packet

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

FAQPage Schema
How do I automate the full development lifecycle from issue tracking to GitHub PR generation?

Automated development lifecycle execution is handled by parsing structured markdown task packets to orchestrate git worktree isolation, code implementation, automated testing, and GitHub PR creation autonomously.

What is a markdown task packet for software development?

A markdown task packet is a structured file containing implementation plans and acceptance criteria, which an agent parses to autonomously manage environment setup, code changes, and verification workflows.

How do I use git worktree isolation for automated feature implementation?

Git worktree isolation is automatically provisioned when executing a task packet, creating a separated development environment for branch management, code implementation, and testing before any PR is generated.

Can I enforce mandatory test coverage before a development task is marked complete?

Mandatory test coverage is enforced during task packet execution through integrated validation, blocking task completion until automated tests pass and defined acceptance criteria are fully satisfied.

Do I need to manually create branches when automating GitHub PR workflows?

Manual branch creation is unnecessary for GitHub PR workflows, as task packet execution autonomously manages git worktree isolation, branch creation, and issue tracking throughout the development lifecycle.

When should I use automated task packets instead of manual workflow management?

Automated task packets are ideal for complex feature requests or bug fixes requiring consistent issue tracking, isolated development environments, and systematic GitHub integration to prevent fragmented workflows.