Skip to main content
AI/MLWaterplanAI

ac-tools-had

Shorthand wrapper for human-agentic-design. Treats the current request as a human-agentic-design request. Triggers on keywords: had, human agentic design shorthand

Stars
31
Source
WaterplanAI/agentic-config
Updated
2026-05-25
Slug
WaterplanAI--agentic-config--ac-tools-had
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/WaterplanAI/agentic-config/HEAD/packages/pi-ac-tools/skills/ac-tools-had/SKILL.md -o .claude/skills/ac-tools-had.md

Drops the SKILL.md into .claude/skills/ac-tools-had.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

HAD Alias Skill

Shorthand wrapper for the ac-tools-human-agentic-design workflow.

Compatibility Note

This pi wrapper preserves the original shorthand intent without relying on the original non-pi delegation primitive.

Usage

/skill:ac-tools-had <design request>

Behavior

  1. Read ../ac-tools-human-agentic-design/SKILL.md.
  2. Treat the current request as if the user had invoked /skill:ac-tools-human-agentic-design $ARGUMENTS.
  3. Do not ask the user to rerun the request under another skill.
  4. Preserve the same fallback behavior when preview tooling is unavailable.