惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
有赞技术团队
有赞技术团队
WordPress大学
WordPress大学
月光博客
月光博客
T
Tailwind CSS Blog
阮一峰的网络日志
阮一峰的网络日志
小众软件
小众软件
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
大猫的无限游戏
大猫的无限游戏
S
SegmentFault 最新的问题
罗磊的独立博客
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell
宝玉的分享
宝玉的分享
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 三生石上(FineUI控件)
量子位
雷峰网
雷峰网
Apple Machine Learning Research
Apple Machine Learning Research
美团技术团队
博客园 - 聂微东
V
V2EX

Show HN

GitHub - astefanutti/shaderbang: Shebang for Shaders Show HN: Generate Claude Code Workflows using Spec Driven Development approach Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal).
Blueprint
chavezabelin · 2026-06-11 · via Show HN

Agent-assisted product initiatives · MIT · on npm

Run a product initiative,
end to end.

AI-assisted projects move fast — and rot fast. Blueprint is a working method for running a product initiative with an AI agent — research through deployment. The agent does the building; the method supplies the checkpoints and the paper trail. What ships is researched, prototyped, fact-checked, and documented.

$ npx @nino-chavez-labs/blueprint-cli init --name=my-initiative

plain language

The 30-second version.

Just the strip. Everything below goes deeper.

What it is

A method for doing product work with an AI carrying the heavy lifting. The AI researches, prototypes, and drafts the documents; Blueprint is the set of checkpoints that keeps the work verifiable.

Why it exists

AI-built work is fast and convincing — and that's the problem. Confident claims nobody verified, decisions nobody wrote down. Blueprint forces the receipts: every claim traced, every decision recorded, every stage checked before the next one starts.

Who it's for

Anyone shipping product work with an AI agent — solo or in a team. Solo, it's quality control: fast doesn't mean sloppy. In a team, it's the harder problem: everyone has their own way of keeping AI honest, and none of them line up. Blueprint is one way the whole team can share.

the thinking behind itThe kitchen I'm looking for ↗

how it works

One pipeline. Seven stages.

Each stage produces artifacts that feed the next. The insight: prototype and documents are built simultaneously — the prototype tests the decision, the docs capture the rationale.

  1. 01 Research

    competitive analysis, codebase, comparables

  2. 02 Design

    define scope — what the prototype will and won't do

  3. 03 Prototype

    HTML pages matching the real product

  4. 04 Fact-check

    every claim validated against source

  5. 05 Document

    strategy, feasibility, integration plans

  6. 06 Deploy

    one portal — docs + prototype + chat

  7. 07 Iterate

    stakeholder feedback, triaged

proof

This site is Blueprint output.

Every page here was generated from a single blueprint.yml by the same pipeline you’d run. The CLI is live on npm; the portal deploys from one config. Blueprint runs on itself — the methodology, applied to productizing the methodology.

71gated updates

10decision records

15automated reviewers

13projects running Blueprint

7CLI commands

1config → whole portal

Open the portal →

get started

Up and running in five steps.

Five steps. The choices you make are written out below — every command runs as printed.

  1. 1

    Prerequisites

    Node 18+ and Claude Code. That’s it — there’s no server to stand up and nothing to host.

  2. 2

    Scaffold your initiative

    Generates a portal you own, validated against your config. --name is the only required flag — everything else defaults and is echoed back. Two starting points:

    New idea — nothing exists yet. That’s all greenfield (the default) means.

    $ npx @nino-chavez-labs/blueprint-cli init --name=my-initiative

    Existing app — run it from that repo. That’s brownfield.

    $ npx @nino-chavez-labs/blueprint-cli init --name=my-app --variant=brownfield --target=.

  3. 3

    Configure

    Set the three things that matter in blueprint.yml — the rest has sane defaults.

    variant: brownfield   # greenfield | midstream | brownfield
    tier: 1               # deliverable sophistication 0–2
    portal_pattern: A     # A = platform portal · B = redesign review
  4. 4

    Run the pipeline

    In Claude Code, the stages are skills. Run them in order — each gate is enforced by a reviewer.

    /blueprint-research → /blueprint-prototype → /blueprint-validate → /blueprint-docs → /blueprint-deploy

  5. 5

    Ship & check

    Push and your portal deploys. Verify conformance — doctor is honest about what it didn’t check.

    $ npx @nino-chavez-labs/blueprint-cli doctor

Want the whole thing — stage by stage, every reviewer gate, on a real initiative? → Run your first initiative, or start at Learn.

reference

The CLI

7 commands, all real. npx @nino-chavez-labs/blueprint-cli <command> — zero install.

blueprint init

Scaffold a new initiative and its portal — your variant, tier, and pattern choices validated before anything is written.

blueprint review

Run a stage gate: an automated reviewer that checks a stage is actually done. --list shows built-in + your own.

blueprint cost

Per-stage effort/model configuration and telemetry — dial spend up or down.

blueprint fleet

One report across every project running Blueprint: which are current, which have fallen behind.

blueprint upgrade

Move a project to the latest methodology version — preview first, dry-run by default.

blueprint doctor

Health check: loads the config, every reviewer, and the portal — and says what it didn’t check.

blueprint hive

Set up the shared workspace a team of agents coordinates through. hive setup shows its plan first — nothing is provisioned until you pass --execute.

ecosystem

Stay current. Feed back upstream.

Updates flow down without breaking you; your fixes and gaps flow back up.

Pull updates

blueprint upgrade reads the methodology version your project is pinned to, shows what changed, and updates it — non-breaking, dry-run by default. blueprint fleet shows which of your initiatives have fallen behind.

$ npx @nino-chavez-labs/blueprint-cli upgrade

Report & request upstream

Hit a gap, a bug, or a feature need? File an amendment or RFC. Triage routes it automatically — substantial change → RFC first, bug-fix → straight PR.

How to contribute →

further reading

Go deeper