2026-03-25 14:27:06 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2026-04-03 16:12:52 +01:00
< title > Huskies — Story-Driven Development for AI Agents< / title >
< meta name = "description" content = "Huskies is an autonomous development pipeline that turns user stories into tested, shipped code using AI agents." >
2026-03-25 14:27:06 +00:00
< link rel = "stylesheet" href = "style.css" >
< / head >
< body >
< div class = "container" >
< header >
< h1 > stor< span > kit< / span > < / h1 >
< p class = "tagline" > Story-driven development, powered by AI agents.< / p >
< / header >
< section >
2026-04-03 16:12:52 +01:00
< h2 > What is Huskies?< / h2 >
< p > Huskies is an autonomous development pipeline that turns user stories into tested, shipped code. You describe what you want. AI agents handle the rest — implementation, testing, code review, and merge.< / p >
2026-03-25 14:27:06 +00:00
< p > Talk to it from your IDE, a chat room, or WhatsApp. Stories flow through a structured pipeline: backlog, current, QA, merge, done.< / p >
< / section >
< section >
< h2 > How it works< / h2 >
< ol class = "steps" >
< li > You write a user story with acceptance criteria.< / li >
< li > An AI agent picks it up, creates a feature branch, and implements the code.< / li >
< li > A QA agent runs tests, linters, and quality gates automatically.< / li >
< li > A merge agent resolves conflicts and lands it on your main branch.< / li >
< li > You review the result. Accept or send it back.< / li >
< / ol >
< / section >
< section >
< h2 > Features< / h2 >
< div class = "features" >
< div class = "feature" >
< h3 > Story-Driven Workflow< / h3 >
< p > Stories define the change. Tests define the truth. Code defines the reality. No code ships without acceptance criteria.< / p >
< / div >
< div class = "feature" >
< h3 > Multi-Agent Pipeline< / h3 >
< p > Coder, QA, and merge agents work in parallel across isolated git worktrees. Configure agent count, models, and budgets.< / p >
< / div >
< div class = "feature" >
< h3 > Chat Anywhere< / h3 >
< p > Control the pipeline from Matrix, WhatsApp, Slack, or the built-in web UI. Create stories, start agents, check status.< / p >
< / div >
< div class = "feature" >
< h3 > Full Autonomy, Your Oversight< / h3 >
< p > Agents implement, test, and merge independently. You approve what ships. Every story is traceable from request to release.< / p >
< / div >
< / div >
< / section >
< section >
< h2 > Get in touch< / h2 >
2026-04-03 16:12:52 +01:00
< p > Huskies is built by < a href = "https://crashlabs.io" > Crashlabs< / a > . Interested in early access or have questions? Reach out at < a href = "mailto:hello@huskies.dev" > hello@huskies.dev< / a > .< / p >
2026-03-25 14:27:06 +00:00
< / section >
< footer >
< p > © 2026 Libby Labs Ltd. All rights reserved. · < a href = "privacy.html" > Privacy Policy< / a > < / p >
< / footer >
< / div >
< / body >
< / html >