fairladyz625/harness-anything · Archived

preset-trigger

Start Harness Anything task creation by choosing a software/coding preset first. Use when creating or planning a harness task package.

First seen Aug 21, 2026

Installation

$ npx skills add fairladyz625/harness-anything --skill preset-trigger

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from fairladyz625/harness-anything.

npx skills add fairladyz625/harness-anything

Browse all from fairladyz625/harness-anything

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 173
License LICENSE
Default branch main
Open issues 14
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,021 B
  • docs SUMMARY.md 156 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

Preset Trigger

Core Rule

When building a Harness Anything task, choose the preset before creating the task package. Presets are the recommended starting points for task shape, checks, and generated materials.

Use:

ha task create --title "<title>" --vertical software/coding --preset <id>

If unsure, inspect the current list first:

ha task create --help
ha preset list
ha capabilities preset

Available Presets

  • architecture-rot-audit: Detect structural architecture drift.
  • code-impact-analysis: Map a proposed change across code, tests, docs, dependencies, and operations.
  • create-milestone: Create a milestone root and its durable map.
  • decision-conformance: Prove implementation alignment with accepted decisions.
  • docs-task: Plan design, documentation, or chore work without a code commit.
  • github-issue-repair: Repair an existing GitHub issue with evidence.
  • legacy-migration: Run generation replay of a previous-generation Harness repository, resolve reported conflicts, and rebuild legacy presets as v3 packages.
  • milestone-closeout: Verify a milestone before declaring it closed.
  • module: Module-scoped task with registered module metadata.
  • standard-task: General implementation or maintenance task; the default starting point.
  • subtask-expansion: Plan and fan out a parent task into concrete subtasks.
  • worker-dispatch: Add bounded worker coordination roles and dependencies.

Guardrails

  • Do not hand-create task package directories.
  • Do not skip preset selection for software/coding work; use standard-task when no narrower preset fits.
  • Use legacy-migration only for ha migrate import generation replay; do not turn it into manual legacy-material classification.
  • Do not edit task markdown directly when a ha task create path is available.