Skip to content

Add a UI-only fast path - #31

Draft
donalddellapietra wants to merge 1 commit into
mainfrom
codex/public-page-fast-path
Draft

Add a UI-only fast path#31
donalddellapietra wants to merge 1 commit into
mainfrom
codex/public-page-fast-path

Conversation

@donalddellapietra

Copy link
Copy Markdown
Contributor

Summary

Add one canonical UI-only fast path to the DeepSpace skill:

  • work from local UI code and the rendered result when a change does not touch DeepSpace APIs, runtime, configuration, source, or deployment
  • do not fetch DeepSpace documentation merely because the package is installed
  • enter the existing docs-first workflow as soon as the task reaches a DeepSpace-owned area

This stays in SKILL.md, rather than adding project-level guidance or another reference file, so there is still one source of truth.

Verification

  • quick_validate.py skills/deepspaceSkill is valid!
  • frontmatter and trigger description are unchanged, so the trigger-eval surface is unchanged

Do not fetch DeepSpace documentation for work that stays entirely in local UI code and does not touch the SDK runtime or operations. The canonical skill now makes that boundary explicit while preserving docs-first behavior as soon as a task reaches a DeepSpace-owned surface.

Validated with the skill-creator quick validator.
@donalddellapietra
donalddellapietra force-pushed the codex/public-page-fast-path branch from 5412398 to b818aee Compare August 21, 2026 00:41
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.

1 participant