feat(prototype): add throwaway prototype skill

This commit is contained in:
2026-07-31 10:28:50 -04:00
parent cbc03650d1
commit 7550096968
4 changed files with 224 additions and 0 deletions

View File

@@ -30,3 +30,5 @@ The domain glossary lives at `$(xdg-user-dir DOCUMENTS)/ai-artifacts/projects/sk
Invocation of an unrelated skill remains the agent's discretion unless the current skill directly requires its contract.
- Do not instruct a skill to execute synchronously.
In-process execution is the baseline, while isolation and parallelism belong to an external caller or runtime.
- When adapting an upstream skill, preserve mechanics the upstream skill leaves unspecified.
Customize only the surfaces required to fit the local workflow rather than turning incidental choices into new contracts.