94 पॉइंट द्वारा xguru 2026-03-23 | 4 टिप्पणियां | WhatsApp पर शेयर करें
  • YC CEO Garry Tan द्वारा बनाया और उपयोग किया जाने वाला AI-आधारित open source software factory, जिसे इस तरह डिज़ाइन किया गया है कि एक व्यक्ति 20 लोगों की टीम की तरह काम कर सके
  • Think → Plan → Build → Review → Test → Ship → Reflect क्रम में पूरे sprint को कवर करने वाले slash commands से बना है, और हर skill अगली skill को अपने-आप context सौंपती है
  • /office-hours से शुरू करके product assumptions को validate किया जाता है, फिर /plan-ceo-review · /plan-eng-review से architecture तय किया जाता है, और उसके बाद /review · /qa · /ship से bug fixes से लेकर PR creation तक automation होता है
  • हर command role-specific expert की तरह काम करती है: CEO review, Eng manager design, designer audit, QA lead, release engineer आदि
  • लक्षित उपयोगकर्ता
    • Founder·CEO — तकनीकी उद्यमी जो अब भी खुद code deploy करना चाहते हैं
    • Claude Code beginners — वे उपयोगकर्ता जिन्हें खाली prompt की जगह structured, role-based workflow चाहिए
    • Tech Lead·Staff Engineer — वरिष्ठ इंजीनियर जिन्हें हर PR पर सख्त review, QA और release automation चाहिए
  • sprint के मुख्य skills
    • /office-hours — YC office hours शैली के 6 अनिवार्य सवालों से product assumptions validate करता है, design document बनाता है और उसे नीचे की skills तक अपने-आप भेजता है
    • /plan-ceo-review — समस्या को फिर से परिभाषित करता है और '10-star product' की खोज करता है; Expansion·Selective Expansion·Hold Scope·Reduction के 4 modes
    • /plan-eng-review — architecture, data flow, ASCII diagrams, edge cases, test matrix, security concerns को परिभाषित करता है
    • /plan-design-review — design के हर dimension को 0~10 अंक देता है और 10-point standard समझाता है, AI Slop detection शामिल है, और हर design decision पर AskUserQuestion के साथ 1 interactive चरण चलता है
    • /design-consultation — शुरुआत से पूरा design system बनाता है, और यथार्थवादी product mockups तैयार करता है
    • /review — ऐसे bugs पकड़ता है जो CI पास कर लेते हैं लेकिन production में फटते हैं, साफ़ issues को auto-fix करता है, और completeness gaps को flag करता है
    • /investigate — सिद्धांत: investigation के बिना fix नहीं; data flow trace करता है, hypotheses validate करता है, और 3 बार विफल होने पर रुक जाता है
    • /design-review/plan-design-review जैसी ही audit के बाद मिले मुद्दों को सीधे fix करता है, और fix से पहले/बाद screenshots जोड़ता है
    • /qa — असली browser में app test करता है, bugs ढूँढकर fix करता है, और हर fix के लिए regression tests अपने-आप बनाता है
    • /qa-only/qa जैसी ही methodology, लेकिन code changes के बिना सिर्फ bug report बनाता है
    • /cso — OWASP Top 10 + STRIDE threat model audit; 17 false-positive exclusion rules, confidence 8/10 या उससे ऊपर gate, और हर finding के लिए ठोस exploit scenario शामिल
    • /shipmain sync, tests run, coverage audit, push, PR creation; test framework न होने पर auto-bootstrap करता है
    • /land-and-deploy — PR merge → CI/deploy wait → production status verification को एक command में पूरा करता है
    • /canary — deploy के बाद console errors, performance regressions, page outages के लिए monitoring loop
    • /benchmark — page load time, Core Web Vitals, resource size baselines मापता है और PR-वार पहले/बाद की तुलना देता है
    • /document-release — deploy की गई सामग्री के अनुसार सभी project documents अपडेट करता है, और पुराने README को अपने-आप पहचानता है
    • /retro — साप्ताहिक retrospective; व्यक्ति-आधारित analysis, deploy streaks, test health trends, और /retro global के साथ पूरे project और AI tools (Claude Code, Codex, Gemini) का integrated retrospective
    • /browse — असली Chromium browser, असली clicks, असली screenshots, हर command पर लगभग 100ms
    • /setup-browser-cookies — Chrome·Arc·Brave·Edge से cookies को headless session में लाकर authenticated pages test करता है
    • /autoplan — CEO → design → engineering review को अपने-आप क्रम से चलाता है, और केवल preference-related decisions ही user को दिखाता है
  • power tools
    • /codex — OpenAI Codex CLI का स्वतंत्र code review; review (pass/fail gate)·adversarial challenge·open consultation के 3 modes, और /review/codex दोनों चलाने पर cross-model analysis
    • /carefulrm -rf, DROP TABLE, force push जैसी destructive commands चलाने से पहले warning देता है, और "be careful" इनपुट से activate होता है
    • /freeze — file editing को किसी खास directory तक सीमित करता है, ताकि debugging के दौरान scope के बाहर बदलाव रोके जा सकें
    • /guard/careful + /freeze का संयुक्त रूप, production work के लिए सबसे सुरक्षित setting
    • /unfreeze/freeze boundaries हटाता है
    • /setup-deploy/land-and-deploy के लिए एक-बार setup, platform·production URL·deploy command को अपने-आप detect करता है
    • /gstack-upgrade — gstack को latest version में upgrade करता है, global और vendored installations दोनों पहचानकर sync करता है
  • parallel sprints : Conductor के ज़रिए कई Claude Code sessions को isolated workspaces में एक साथ चलाया जा सकता है
    • उदाहरण: एक session में /office-hours, दूसरे में /review, तीसरे में feature implementation, और चौथे में /qa एक साथ
      — founders, lead engineers, और PMs इस AI development factory को fork करके खुद experiment और extend कर सकते हैं
  • Claude Code के अलावा Codex, Gemini CLI, Cursor सहित SKILL.md standard को support करने वाले सभी agents पर चलता है
  • MIT license

4 टिप्पणियां

 
kgcrom 2026-03-23

वाह!! Garry Tan ने GeekNews को रीट्वीट किया है।
https://x.com/garrytan/status/2035898375934300353

 
laeyoung 2026-03-25

Office Hour में बहुत समय लग रहा था, इसलिए खोजकर देखा तो पता चला कि सिर्फ इस एक skill का ही markdown काफी लंबा है।

 
angrybird0 2026-03-23

लगता है कि यह धीरे-धीरे इस तरह विकसित हो रहा है कि एकल-उद्यम चलाने वाले लोग भी इसका बेहतर इस्तेमाल कर सकें।

 
ragingwind 2026-03-23

office-hours मज़ेदार है, मेरे पास hands-on है।