Write what you need. KHF keeps requirements, checks, and delivery in one place so AI tools and humans stay aligned from first note to shipped app.
AI tools write code fast. KHF keeps the plan, checks, and feedback connected so work stays clear from idea to release.
Write what the product should do in simple docs. KHF turns them into a clear, structured plan your team and AI tools can follow.
Plug into Droid, Claude Code, Cursor, and similar tools. Agents can read the plan, open tasks, and check progress without extra setup scripts.
Every requirement links to acceptance checks and tests. You can see what is covered, what is missing, and what is ready to ship.
Project memory keeps requirements, decisions, and session history. Come back tomorrow and pick up where you left off.
Crashes and command errors report automatically (no prompt). Or run khf feedback "what broke". Opt out anytime with khf feedback --off.
Define must-have REQs per release. Engine blocks release until every REQ is implemented + tested. khf scope gate, khf implement, khf audit --strict. No silent skips.
khf review checks chain + audit + diff vs ACs before commit. khf diagnose gathers signal + similar past + chain neighbors after a bug. khf diagnose --retest verifies the fix.
Auto-detects your git provider. Issue sync works with GitHub and GitLab (including self-hosted). No manual configuration needed.
khf erd generate extracts entities from your spec and codebase. Detects SQL, Prisma, TypeORM, Django, Rails, and GORM models. Output as Mermaid, PlantUML, or DBML.
Design system audits, screen pattern advice, state management directives, i18n conventions, deployment checklists. Your AI agent gets clear rules for each platform.
Install once. Use it with your AI coding tools. Currently shipping for macOS Apple Silicon.
# Recommended curl -fsSL https://www.hforge.online/install.sh | bash # Check it worked khf --version # khf 1.2.0-alpha.130 (KTS Hip Forge CLI) # Later updates khf update
# Inside your repo cd your-project khf init # Manual feedback anytime khf feedback "what happened" # Crashes/errors auto-report by default (no prompt) # Opt out: khf feedback --off # Connect your AI tool (Droid / Claude Code) # .factory/mcp.json { "mcpServers": { "khf": { "command": "khf", "args": ["--mcp-stdio"] } } }
Version checks and app updates use simple public endpoints. No extra update service to run.
{
"version": "1.2.0-alpha.130",
"notes": "Git provider detection, full obfuscation layer, source code protection, CLI refactor",
"pub_date": "2026-07-20T08:00:00Z",
"platforms": {
"darwin-aarch64": {
"url": "https://github.com/hieple7985/kts-hip-forge/releases/download/v1.2.0-alpha.58/"
}
}
}
$ curl https://www.hforge.online/cli-version.txt 1.2.0-alpha.130 $ curl https://www.hforge.online/versions.json { "stable": "1.2.0-alpha.130", "latest": "1.2.0-alpha.130", "release_url": "https://github.com/hieple7985/kts-hip-forge/releases/tag/v1.2.0-alpha.130" } # Bug reports go here (POST) # https://www.hforge.online/api/feedback