tech-task

Plans and routes technical infrastructure tasks to specialized engineering agents.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/Zeyad-37/tech-agency --skill tech-task-zeyad-37
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tech-task
Source: https://github.com/Zeyad-37/tech-agency/tree/main/.claude/skills/tech-task
Command: npx skills add https://github.com/Zeyad-37/tech-agency --skill tech-task-zeyad-37

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering work like refactoring, CI/CD changes, tooling upgrades, and tech debt cleanup doesn't fit the product feature pipeline (no PRD/BRD), so it often lacks structure, ownership, and tracking. This Skill provides a dedicated kickoff workflow that scopes the task, routes it to the right specialist agent, and tracks it on the Kanban board. ## Core Features & Use Cases - Scope-Based Routing: Classifies tasks as small, medium, or large, then applies the right governance — direct agent handoff for small tasks, an ADR for medium ones, and an RFC with task breakdown for large initiatives. - Domain-to-Agent Mapping: Routes work to 15 specialized agents (Sentinel for CI/CD, Pixel for design systems, Kai for Android tooling, Nova for web tooling, and more) based on the affected codebase area. - Worktree and Board Integration: Creates an isolated git worktree before implementation and files board tasks tagged as "Tech Task" so sprint reports distinguish infrastructure work from feature work. - Use Case: You want to fix a flaky build pipeline. The Skill creates a worktree, identifies Sentinel as the owner, creates a board task with acceptance criteria, and hands off with full context — no PRD required. ## Quick Start Ask the assistant to start a tech task, for example: "Create a tech task to refactor the shared networking module and clean up the related tech debt."

Frequently Asked Questions about tech-task

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

FAQPage Schema
How do I start a technical task that isn't a product feature?▼

Invoke the tech-task workflow with a description of the work, its motivation, and scope. The Skill assesses size, creates a git worktree, routes to the right specialist agent, and files a board task tagged as Tech Task.

When does a tech task need an ADR or RFC?▼

Small tasks under a day skip documentation entirely. Medium tasks of one to three days get an ADR if they change architecture or affect multiple modules. Large multi-day initiatives require an RFC with alternatives and open questions before breakdown.

Which agent handles CI/CD and infrastructure changes?▼

Sentinel owns git hooks, CI/CD, deployment, and infrastructure work. Other domains route to specialists: Pixel for design systems, Kai for Android tooling, Nova for web tooling, and Shield for security hardening.

Does the tech task workflow require a git worktree?▼

Yes, all implementation happens in a dedicated git worktree branched from the resolved base branch. The main checkout stays as an orchestration root, and the workflow verifies the worktree path and branch before any writes.

How are tech tasks tracked differently from feature work?▼

Board tasks are tagged with the type Tech Task so sprint reports can distinguish infrastructure work from feature delivery. Tasks follow the same lifecycle transitions but skip the product discovery chain involving PRDs and BRDs.