Skip to content

feat(creative-strategy-foundations): baseline creative-strategy skills package (#185) - #200

Closed
vamsi (thedumsieffect) wants to merge 3 commits into
mainfrom
staging
Closed

feat(creative-strategy-foundations): baseline creative-strategy skills package (#185)#200
vamsi (thedumsieffect) wants to merge 3 commits into
mainfrom
staging

Conversation

@thedumsieffect

Copy link
Copy Markdown
Contributor

No description provided.

@thedumsieffect
vamsi (thedumsieffect) marked this pull request as ready for review August 4, 2026 14:16
@thedumsieffect
vamsi (thedumsieffect) requested a review from a team August 4, 2026 14:16
@greptile-apps

greptile-apps Bot commented Aug 4, 2026

Copy link
Copy Markdown

Confidence Score: 5/5

Safe to merge; the package manifests, skill definitions, and activation logic are internally consistent with no broken paths or missing resources.

Both new packages have all referenced source files present in this PR, policy fields are consistent between package.json and package-index.json in every case, and the installed target paths documented in instruction files match the actual resource declarations. The only open question is why creative-strategy-foundations starts at version "2" rather than "1" for a first-time index entry — a deviation from convention but with no runtime consequence given the Agent Builder treats versions as opaque change tokens.

Files Needing Attention: creative-strategy-foundations/package.json and the matching package-index.json entry — specifically the version "2" on first publication.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Agent Builder reads package-index.json] --> B{creative-strategy-foundations\ninstallPolicy: auto}
    B -->|installs automatically| C[agent_brain/skills/creative-strategy-foundations/]
    C --> D[analyzing/SKILL.md]
    C --> E[briefing/SKILL.md]
    C --> F[creative-generation/SKILL.md]
    C --> G[package_instruction: core-creative-skills.md\ninjected into system prompt]

    A --> H{meta-and-voc-onboarding\ninstallPolicy: manual}
    H -->|explicit install call only| I[agent_brain/meta-and-voc-onboarding/]
    I --> I1[post-install.md]
    I --> I2[guards/]
    I --> I3[meta docs & knoweth package]

    H --> J[agent_skills/]
    J --> J1[voc-data-pull/ with templates + references]
    J --> J2[voc-audit/SKILL.md]
    J --> J3[meta-ad-performance-analysis/SKILL.md]
    J --> J4[onboarding-walkthrough/SKILL.md]

    H --> K[package_instruction: activation.md\nfires every turn]
    K --> L{workspace listed in\nrunneth:meta-voc-onboarded?}
    L -->|yes| M[Answer normally]
    L -->|no| N[Run post-install.md sequence\nthen handle user message]
Loading

Reviews (3): Last reviewed commit: "fix(creative-strategy-foundations): alig..." | Re-trigger Greptile

Comment thread package-index.json
Comment thread creative-strategy-foundations/package.json
Comment thread package-index.json
…ion (#201)

* fix: align creative strategy package with production

* chore: set creative strategy package version to 2

---------

Co-authored-by: Giselle Rogers <85512909+gbrogers@users.noreply.github.com>
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.

4 participants