nowfound

Alternatives

Products that do what Prawduct, a product development framework for Claude Code does

Claude Code is amazing at writing code, but it will happily build from under-specified requirements, implement the same thing different ways, and fail to write great tests unless you specifically ask it to. Prawduct is a set of prompts, skills, hooks, and artifact templates that help focus Claude Code on product development rather than code development. You can start from something a simple as "make a website with a scientific calculator" or as complex as "create a MMO with clients for iOS, Android, and web". You can specify as much or as little arch standards or implementation details as…

  1. 1

    Claude Code as a Tech Lead with parallel Worker Agents

    Apr 2026

  2. 2

    Turn feature ideas into stakeholder-ready code prototypes

    Mar 2026

  3. 3

    Make Claude Code faster and cheaper without losing context

    Mar 2026

  4. 4
    Replicas239

    Run Claude Code and Codex in the cloud

    Jun 2026

  5. 5

    Claude generates software on the fly as you interact

    Sep 2025

  6. 6
    agentcad110

    A CAD design tool for coding agents (free + open source)

    Jun 2026

  7. 7
    WOZCODE194

    Cut Claude Code costs by up to 50%

    May 2026

  8. 8
    MashuPack112

    Turn codebases into a clean file for Claude and ChatGPT

    May 2026

  9. 91P

    A few weeks ago I posted about GoodToGo https://news.ycombinator.com/item?id=46656759 - a tool that gives AI agents a deterministic answer to "is this PR ready to merge?" Several people asked about the larger orchestration system I mentioned. This is that system. I got tired of being a project manager for Claude Code. It writes code fine, but shipping production code is seven or eight jobs — research, planning, design review, implementation, code review, security audit, PR creation, CI babysitting. I was doing all the coordination myself. The agent typed fast. I was still the…

    Feb 2026 · github.com

  10. 10CC

    I’ve been exploring LLM-driven developer workflows and built a demo where Claude Code acts like a Replit-style frontend for infrastructure. - You write a prompt in Claude - Claude generates a workload spec - Humanitec receives the spec and deterministically deploys infra to GCP (via Terraform) - App is up in under 1 minute — no pipelines, no DevOps tickets The backend is policy-enforcing and built for enterprise use cases (used by large orgs like Apple, ABB, etc.), but the flow feels like magic for devs or agents. demo: https://www.youtube.com/watch?v=jvx9CgBSgG0 Repo:…

    Oct 2025

  11. 11PL

    Hi, I’ve been exploring Claude 3.5 code generation abilities for a while and it looks like it can generate more consistent code than other models. However it would still be unmaintainable if you ask it to write a lot of code and it still sucks at system design. So, I’ve been playing around the idea of using the code repository with a template for directory layout and infrastructure, then adding the repository information to Claude and asking it to generate code. It seems that it works, if I pass the structure of some OpenAPI based backend it can update the API definition and implementation…

    2024 · github.com

  12. 12SI

    Claude Code is amazing for individuals but terrible for teams. I spent the last six months building my perfect mix of MCP servers, subagents, commands and skills. Claude Code writes 100% of the code now, but sharing this with my team? Painful. 1. Blog posts and workshops don't work (and don't scale) 2. Committing tools to N repos means N PRs. A tool changes? N more PRs. 3. Same tools, different files or folders for each AI assistant; not everyone uses Claude Code It is like 1999 all over again; FTPing files up to prod and versioning with ".bak" suffixes. So I built sx. It is your team's…

    Jan 2026 · github.com

  13. 13CS

    I built a collection of professional slash commands for Anthropic's Claude Code that provide structured workflows for common software development tasks. These commands are directly inspired by and adapted from Anthropic's own claude-code-best-practices (https://www.anthropic.com/engineering/claude-code-best-practices) documentation, translating their recommendations into executable workflows. The suite includes commands for: • Comprehensive code reviews with security and performance analysis • End-to-end feature development with planning, implementation, and testing •…

    2025 · github.com

  14. 14AR

    Hi Hacker News! I’m Ritam, working with the small but mighty team at Nori. We’ve been obsessed in recent months with how to take tools like Claude Code from “I’ll experiment around with this” to “This is the most useful and necessary thing I use every day”. When I first sat down with our team to check out what they’d built, I found my skepticism about agentic coding melting away—they’d built useful, high quality, handwritten skills, instructions that functioned as “skillsets” to tie skills together for consistent and replicable results, and tooling to manage loading the right context for the…

    Jan 2026 · noriskillsets.dev

  15. 15TM
  16. 16CC

    I built a Claude Code skill called crabby that makes Claude output diagnostics in rustc error format - severity codes, location arrows, causation spans, and a paste-able fix every time. The twist: Claude becomes Ferris the crab, grumpy and unimpressed, but technically precise. The format works for code review, writing review, architecture, strategy - anything you submit. The "writing review" example tends to surprise people: it flags passive voice in a postmortem with the exact same error[W002] format as a SQL injection. https://github.com/ekadetov/crabby

    Apr 2026

  17. 17FG

    Open-source tutorial series teaching real-time graphics programming with SDL's GPU API. Covers everything from Hello Window to SSAO, with math lessons, engine lessons, and a UI track building font rendering from scratch. Every lesson is a standalone C program with commented code explaining why, not just what. The whole project was built with Claude Code. Each lesson also distills into a reusable Claude Code skill — copy them into your own project and build games with AI that actually understands the GPU patterns.

    Feb 2026 · github.com

  18. 18SS

    Hola HN! Long time lurker, sometimes commentor, first time poster here. I’ve been working alongside my two co-founders and a few colleagues on a project I’m excited (and a little nervous) to share with you all! Like many of us, I’ve lived a tortured existence with AI coding (is it vibes?) over the past few months - I think November was a big moment with this. But, one thing I’ve noticed after building orchestration layer after orchestration layer is that the thing I always came back to was “what the hell is Claude Code actually doing?” Perhaps it’s because of the time Claude Code got…

    Jun 2026 · backplanes.com

  19. 19

    Launch your coding agents. Close your laptop.

    30d ago · voyageur.e2pz.app

  20. 20AH

    hey guys, i wanted to show one of my side projects. The idea is a coding harness (independent of models) natively designed for C/C++ developer workflows. I'm a C++ dev and do not find claude code work well with C++ toolchain like gdb and perf. The current version has integrations for gdb, clang-tidy, cppcheck, sanitizers, perf, benchmarking, compile DB navigation, Godbolt, symbolization, binary inspection, and decompilation. It supports Anthropic, OpenAI, Gemini, and self-hosted models. There are editor workflows for VS Code, CLion, emacs, neovim, and cursor.

    Jul 2026 · byteask.ai

  21. 21LT

    Firstly, I’m not a developer — but I am a very technical, over-50, product person and entrepreneur. This project started shortly after Claude Code launched. I had already worked on a few other AI coding projects, and decided to see how far I could realistically take something end-to-end. While I had some help from a developer, I increasingly felt capable of taking on more work myself. So about 9 months in the making, working full time on it past 2 months. Stack: Postgres, Next.js on Render. Monorepo with both frontend and backend services. Some takeaways from using Claude Code on this…

    Dec 2025 · jetogo.com

  22. 22AF

    Hey HN, Claude Code is powerful, but its execution is a black box. You see the final result, not the journey. Agent Flow makes the invisible visible in realtime: - Understand agent behavior: See how Claude breaks down problems, which tools it reaches for, and how subagents coordinate - Debug tool call chains: When something goes wrong, trace the exact sequence of decisions and tool calls that led there - See where time is spent: Identify slow tool calls, unnecessary branching, or redundant work at a glance - Learn by watching: Build intuition for how to write better prompts by observing how…

    Mar 2026 · github.com

  23. 23EC

    I participated in the Nvidia + Vercel 2 hour hackathon in SF tonight, and built something I've wanted, but hadn't tried building. I implemented an MCP Server and VS Code extension to allow Claude Desktop to place breakpoints, step through code, and execute expressions (assuming language support). So you can ask it a question that requires actually stepping through the code and now it can actually do that - check values for you, etc. It's _definitely_ not perfect. Have improvements? Please make a PR!

    2025 · github.com

  24. 24MF

    Hi HN! We're excited to announce the public beta of Mowgli, a spec-backed, AI-native design canvas for scoping and ideating on products. The productivity gains unleashed by coding agents have made everything else an unexpected bottleneck. In an effort to make the most out of this new paradigm, we ceded a lot of ground in product thinking, thoughtful UX, and design excellence. In other words, the pace of tooling for deciding what to build has not kept up. Mowgli is inspired by, in equal parts, Figma and Claude's plan mode. It evolves a detailed specification and designs for every screen and…

    Feb 2026 · mowgli.ai

Ranked by how close each launch is in meaning, then by votes. Refine with a description →