watch
Monitored Development
CAPTURE THEN DIAGNOSE. Never guess at the cause — capture the full timeline first, then read it. d3k unifies server, browser, and network events into one log that makes root causes visible.
Rules
- Never diagnose without context — always
d3k errors --contextbefore forming a hypothesis - Let d3k own the dev server — don't run your server separately, d3k wraps it
- Read the timeline, don't grep for errors — surrounding events reveal the chain of causation
- Classify errors before fixing — the source tag determines where to investigate
- Always use long-form flags (
--context,--type) to avoid collision with d3k's-c(command) flag
Startup
Always compose the full stack when starting a monitored dev session.
- Check prerequisites:
which d3k || npm install -g dev3000,which portless || npm install -g portless - Read
package.jsonscripts to find the dev command and determine the runner - Start with CDP browser monitoring:
More from saadshahd/moo.md
consult
Simulates expert perspectives grounded in documented positions. Use when asking "what would [expert] say", "best practice", "panel", "debate", or needing domain guidance. Triggers on expert names, style requests, tradeoff questions, or "stuck on".
19openspec-propose
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.
2bond
Assesses team fitness and composes agent teams. Use when "set up a team", "team for this", "should I use agents", "design a team", "how many agents", "agent team".
1portless
Stable named .localhost URLs for local dev servers. Use when running dev servers, port conflicts, needing stable URLs, or CORS issues with localhost. Triggers on "port", "localhost", "dev server", "local URL", "CORS localhost", "which port".
1browser
Browser automation CLI for AI agents. Use when testing web UIs, filling forms, taking screenshots, visual verification, or extracting page data. Triggers on "open browser", "click button", "screenshot", "visual diff", "test the page", "scrape", "fill form".
1intent
Turn rough ideas into clear work orders. Use when request is vague like "add a button", "make it better", "fix the thing". Triggers on ambiguous or underspecified requests.
1