Skip to content

feat(orchestrator): task instructions are ephemeral, not keepable skills#637

Draft
gewenyu99 wants to merge 1 commit into
experiment/orchestrator-ci-flag-overridesfrom
experiment/orchestrator-ephemeral-skills
Draft

feat(orchestrator): task instructions are ephemeral, not keepable skills#637
gewenyu99 wants to merge 1 commit into
experiment/orchestrator-ci-flag-overridesfrom
experiment/orchestrator-ephemeral-skills

Conversation

@gewenyu99

@gewenyu99 gewenyu99 commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Per-task mini-skills are run scaffolding, not keepable skills. They now install under .posthog-wizard/skills/ instead of .claude/skills/, the task prompt points the agent at its SKILL.md, and the directory is removed when the run ends, success or failure. They no longer appear in the keep-skills outro, the project, or CI PRs.

Closes #632.

Per-task mini-skills install under .posthog-wizard/skills/ instead of
.claude/skills/ — the SDK must not auto-load them, the keep-skills outro must
not offer them, and they must never land in the project or a CI PR. The task
prompt points the agent at its SKILL.md instead, and the whole directory is
removed when the run ends, success or failure.

Closes #632

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

🧙 Wizard CI

Run the Wizard CI and test your changes against wizard-workbench example apps by replying with a GitHub comment using one of the following commands:

Test all apps:

  • /wizard-ci all

Test all apps in a directory:

  • /wizard-ci basic-integration
  • /wizard-ci error-tracking-upload-source-maps
  • /wizard-ci misc
  • /wizard-ci revenue

Test an individual app:

  • /wizard-ci basic-integration/android
  • /wizard-ci basic-integration/angular
  • /wizard-ci basic-integration/astro
Show more apps
  • /wizard-ci basic-integration/django
  • /wizard-ci basic-integration/fastapi
  • /wizard-ci basic-integration/flask
  • /wizard-ci basic-integration/javascript-node
  • /wizard-ci basic-integration/javascript-web
  • /wizard-ci basic-integration/laravel
  • /wizard-ci basic-integration/next-js
  • /wizard-ci basic-integration/nuxt
  • /wizard-ci basic-integration/python
  • /wizard-ci basic-integration/rails
  • /wizard-ci basic-integration/react-native
  • /wizard-ci basic-integration/react-router
  • /wizard-ci basic-integration/sveltekit
  • /wizard-ci basic-integration/swift
  • /wizard-ci basic-integration/tanstack-router
  • /wizard-ci basic-integration/tanstack-start
  • /wizard-ci basic-integration/vue
  • /wizard-ci error-tracking-upload-source-maps/android
  • /wizard-ci error-tracking-upload-source-maps/flutter
  • /wizard-ci error-tracking-upload-source-maps/ios
  • /wizard-ci error-tracking-upload-source-maps/next
  • /wizard-ci error-tracking-upload-source-maps/next-no-posthog
  • /wizard-ci error-tracking-upload-source-maps/node-raw
  • /wizard-ci error-tracking-upload-source-maps/node-rollup
  • /wizard-ci error-tracking-upload-source-maps/node-rollup-typescript-plugin
  • /wizard-ci error-tracking-upload-source-maps/node-webpack
  • /wizard-ci error-tracking-upload-source-maps/nuxt-3-6
  • /wizard-ci error-tracking-upload-source-maps/nuxt-4-3
  • /wizard-ci error-tracking-upload-source-maps/react-native
  • /wizard-ci error-tracking-upload-source-maps/react-vite
  • /wizard-ci error-tracking-upload-source-maps/rust
  • /wizard-ci misc/quack-quack
  • /wizard-ci revenue/stripe

Results will be posted here when complete.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move to /lib/agent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants