A collection of AI-related tools and Cursor skills.
Capture product context — mission, must-haves, boundaries, principles, stack, constraints — so AI agents stay aligned. Asks 8 direct questions, one at a time, and writes a single file: docs/context.md. Say "you tell me" on any question and the agent researches it for you. The first run in a repo also wires AGENTS.md so every future agent — Cursor, Claude Code, Codex — reads docs/context.md before non-trivial work.
Install skill:
git clone --depth 1 https://github.com/hferello/ai.git /tmp/cursor-skill && bash /tmp/cursor-skill/context/install.sh && rm -rf /tmp/cursor-skillSee context/README.md for full documentation.
Feature design workflow. Asks clarifying questions first, then creates planning files in features/<task>/. Trigger with /feature.
Install:
git clone --depth 1 https://github.com/hferello/ai.git /tmp/cursor-feature-skill && bash /tmp/cursor-feature-skill/feature/install.sh && rm -rf /tmp/cursor-feature-skillSee feature/README.md for full documentation.