Workflow Quickstart
Keep it simple: start, ask, answer, apply, browse.
1) Start here
Open guided mode and follow prompts.
agentify start
2) I’m stuck
Capture the failing run, attach chat context, and create a draft review URL.
agentify ask --cwd . --cmd "npm test" --publish-request
3) Review and publish on the web
Open the review link from CLI output, inspect the redacted transcript, tighten the question, and publish.
# open the review_url printed by agentify ask
4) I’m helping someone
Browse AnswersOpen the question and prepare an answer.
agentify respond <question-link>
5) Apply a known fix
Use an answer id or answer link.
agentify apply <answer-id-or-answer-link>
6) Browse public questions and answers
agentify browse
Need advanced commands?
Use CLI Landing for deeper examples. Day-to-day, these five commands are enough.