Dev Platform Workflow
Owns gh usage, GitHub issue/PR creation and inspection, public surface path
hygiene, commit/PR rules, and Atlassian access when env vars are confirmed.
1. Development Default
Before git/GitHub actions that edit files, create commits, or change
branches, work in a dedicated worktree — never edit or commit from the main
checkout, even for docs-only or single-line changes. See
skills/dotfiles/references/workspace-guidance.md for the worktree creation
commands, the no-issue-branch fallback, and entrypoint restrictions. Verify
pwd, branch, and status before editing.
2. Workflow
- Inspect relevant files, repo conventions, and
git status. - Read Workflow Guide before changing behavior or giving detailed instructions.
- Before publication or PR creation, verify branch, upstream, base/head, and clean status; use the same-name remote destination workflow.
- Make the smallest scoped change, run nearest checks, and report risk.
3. References
- Workflow Guide
- Atlassian
- Atlassian API Token