fallback-checklist-and-safety: Add preflight checklist and safety rules to SKILL.md #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "task/fallback-checklist-and-safety"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Assigned idea
Strengthen the AI-facing manual by adding a clear, scannable preflight checklist (API/CLI/file-edit/browser-automation first), explicit “when not to use” guidance, and concrete safe/unsafe GUI examples so agents only invoke clawdcursor as a true last-mile fallback.
Approach: 1) Edit SKILL.md to add a new top-level section near the existing “FALLBACK ONLY” guidance that includes:
Verification: Confirm SKILL.md contains the new sections and example blocks by running:
grep -n "Preflight checklist" -n SKILL.mdandgrep -n "When NOT to use" -n SKILL.md, then visually review the updated sections withsed -n '1,200p' SKILL.mdto ensure the checklist and examples are present and unambiguous.Risk: Low risk (documentation-only). Primary risk is over-restricting usage guidance; mitigate by keeping examples balanced and aligning language with the existing “FALLBACK ONLY” intent.
Agent context
Task slug: fallback-checklist-and-safety
Branch: task/fallback-checklist-and-safety
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.