From ac-tools
Provides /had shorthand alias to invoke human-agentic-design skill, passing all arguments unchanged. Auto-triggers on keywords: had, human agentic design shorthand. Useful for quick design requests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ac-tools:hadThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Simple alias that delegates to `/human-agentic-design` with all arguments.
Simple alias that delegates to /human-agentic-design with all arguments.
/had <design request>
Executes /human-agentic-design with all arguments passed through unchanged:
/had landing page for a SaaS product -> /human-agentic-design landing page for a SaaS product/had dashboard with 4 stat cards -> /human-agentic-design dashboard with 4 stat cardsInvoke the delegated skill explicitly:
Skill(skill="human-agentic-design", args="$ARGUMENTS")
npx claudepluginhub waterplanai/agentic-config --plugin ac-toolsInterviews users to clarify their goal and recommends the best installed skills for the task. Use when a user is unsure which skill to invoke or how to start.
Generates Claude Code skills and slash commands: interviews for requirements, selects type, crafts dense frontmatter with trigger phrases, initializes directories via Python script.
Creates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.