Skill Detail

dgskill_build

dgskill_build defines the dynamic end of the skill spectrum. It is intended for guarded direct-answer or generated-code workflows where adaptability matters more than durable specification-driven implementation.

Depends ongamp_specs, achilles_specs
Primary artifactdgskill.md
Primary specDS007-dgskill-build.md

Design Position

This skill family keeps sandbox policy, prompt guidance, and output normalization explicit. The repository documentation treats these guardrails as first-class design elements rather than incidental implementation notes.

The contract backbone belongs in Core Content, while detailed reasoning and open tradeoffs belong in numbered Decisions & Questions entries. That split is especially important here because execution guardrails and temporary code paths change at different rates.

Portability

DGSkill guidance is documented here as a portable skill contract. Downstream projects are expected to copy the skill folder into their own local skills/ directory rather than depending on this repository as a shared runtime package, and they should not mirror this imported family guidance under their own docs/ tree.