
from Feature Marker11
Orchestrates end-to-end feature development: PRD, tech spec, task breakdown, verification, local commit, and branch handoff using a skill-first workflow.
Feature Marker gives an agent a repeatable, branch-first workflow to take a feature request from PRD through tech spec, task creation, implementation, verification, and branch handoff. It reads repo state, creates or reuses artifacts under tasks/{slug}/, runs an implementation grill to catch scope and risk issues, and produces exact handoff commands for creating a PR.
Use this skill when a user asks the agent to plan and implement a discrete feature in a code repository — especially when you want structured artifacts (prd.md, techspec.md, tasks.md), scoped commits, and a safe handoff process. Works for full runs, tasks-only, test-only, or PRD-only intents.
Designed for LLM-driven developer tooling (Claude Code, Codex, Copilot/Code assistants, and Gemini-style agent runtimes).
Feature Marker is a skill-first workflow orchestration skill for feature development: PRD, tech spec, task breakdown, verification, local commit, and branch handoff. No scripts were bundled so it could not be run-tested. The SKILL.md is well-structured with clear triggers, a detailed step-by-step procedure, and defined artifact state, but lacks concrete templates or references directory content to validate against.
Clean skill with no security concerns. Pure instruction-based workflow with no network calls, credentials, or destructive commands beyond local git operations. Branch creation is scoped to feature-marker/ prefix which is reasonable. The skill is well-documented but entirely procedural — its effectiveness depends on the LLM's ability to follow the steps faithfully. Templates are referenced but not included in the audited content.