Re-home workflow skills out of Mind; retire handoff; record relocation#27
Merged
Conversation
PyAutoMind/skills/ now holds only the Mind-owned create_issue skill plus the
OWNERSHIP.md audit. The development-workflow skills moved to PyAutoBrain
(start_*/ship_*/plan_branches/register_and_iterate), the status/diagnostic
skills to PyAutoHeart (pyauto-status[-full], worktree_status), and
profile_likelihood to autolens_profiling. The handoff skill is retired —
PyAutoBrain runs uniformly across execution environments and active.md is the
shared task state, so the phone<->laptop park/resume dance is obsolete.
- OWNERSHIP.md: rewritten to record the completed moves ("Action taken" ->
moved/deleted), the discovery roots, and the redesign summary.
- README.md: skills layout, registry-command list, and bootstrap updated for the
new homes and discovery roots; stale PyAutoPrompt rename notes removed.
- create_issue: add the Mind organ-boundary note; dedupe the repo mapping table.
- scripts/: fix two stale skill-location comments (pyauto-status now in Heart).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012v2ZYN4RCib1252BEWBb4t
Reframe create_issue as the mechanical issue+registry write that PyAutoBrain's /start_dev delegates to after triage (passing repo/title/plan/branch), while staying runnable standalone via a light input-resolving pass. The reasoning (classify repos, explore code, generate the plan) is Brain's; this skill owns issue-body assembly, the gh issue create, active.md registration (skippable when the caller routes to planned.md), the issued/ move, and the Mind push. Removes the duplicated issue-creation logic that previously lived in both start_dev and create_issue. OWNERSHIP.md updated to note the primitive role. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012v2ZYN4RCib1252BEWBb4t
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012v2ZYN4RCib1252BEWBb4t
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012v2ZYN4RCib1252BEWBb4t
…as duplicate Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012v2ZYN4RCib1252BEWBb4t
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.
Summary
Part of the 5-repo skill re-home/redesign. Lead PR: PyAutoLabs/PyAutoBrain#5.
PyAutoMind/skills/now holds only the Mind-ownedcreate_issueskill plus theOWNERSHIP.mdaudit. The development-workflow skills moved to PyAutoBrain, the status/diagnostic skills to PyAutoHeart, andprofile_likelihoodto autolens_profiling (companion PRs on the same branch).Changes
skills/(start_*,ship_*,plan_branches,register_and_iterate,pyauto-status[-full],worktree_status,profile_likelihood).handoff. The phone↔laptop park/resume dance is obsolete now PyAutoBrain runs uniformly across execution environments andactive.mdis the shared task state — any environment resumes an in-flight task directly.skills/OWNERSHIP.md(new on this branch): records the completed moves ("Action taken" → moved/deleted), the discovery roots, and the redesign summary. Supersedes the audit in PR Audit and canonicalise PyAuto workflow skill ownership #26 (which deferred the physical move).README.md: skills layout, registry-command list, and bootstrap updated for the new homes/discovery roots; stale PyAutoPrompt rename notes removed.create_issue: Mind organ-boundary note added; repo-mapping table de-duplicated (points atWORKFLOW.md).scripts/: two stale skill-location comments fixed (pyauto-status now in Heart).Registry references stay workspace-root-anchored (
PyAutoMind/active.md,PyAutoMind/complete.md,PyAutoMind/scripts/prompt_sync.sh), so the moved skills resolve them unchanged from any sibling repo.Companion PRs (branch
claude/pyauto-skills-modernize-l29hxr)🤖 Generated with Claude Code
Generated by Claude Code