docs(forge): PromptForge (UI prompts) + ToolForge (custom tools) - #20
Open
philipph-askui wants to merge 4 commits into
Open
docs(forge): PromptForge (UI prompts) + ToolForge (custom tools)#20philipph-askui wants to merge 4 commits into
philipph-askui wants to merge 4 commits into
Conversation
Document the two self-service generation flows shipped in the Desktop app: - Custom Tools → "Generate a tool" (structured description → verify → .cs) - Tests → ui.md → "Generate from screenshots" (screenshots + description → verify → multi-section ui.md) Both note the Settings → Generation Model choice and the review-before-relying caveat. Merge after the corresponding app PR (branch feat/self-service-functionalities). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
A tool can't install software or change system config, and won't duplicate a built-in tool; such requests are rejected with a solution-engineer path and the input preserved for copy. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Forge
Documents the two Forge flows shipping in the AskUI Desktop app, so testers can extend their QA agent without a solution engineer.
What changed
extending/custom-tools.mdx— new ToolForge section ("Forge a tool"): structured description → Verify loop → Accept & Forge Tool writes a.cs, with cost shown. Documents the boundaries (a tool can't install software or change system config and won't duplicate a built-in) and the rejection → solution-engineer path with the input preserved for copy. Links the Forge Model setting.writing-tests/agents-and-prompts.mdx— new PromptForge subsection under UI information: upload ≤30 screenshots + a ≥160-char description → Verify loop → Accept & Update ui.md / Add another UI section.Checks
pnpm run types:check— green (fumadocs-mdx + next typegen + tsc).Merge order
Merge after the app PR. Companion app PR: askui/integrated-task-platform#225 (design
0019-self-service-generation).🤖 Generated with Claude Code