Purpose
Provide lightweight guidance on where generated drafts, reusable context, and one-off exploratory outputs conceptually belong so multi-client work stays organized.
Use when
- A skill is producing reusable context, briefs, plans, or draft deliverables.
- The suite is being used across many clients, projects, or exploratory niches.
- You want outputs to stay consistent with the shared
context/clients/<client-slug>/ convention.
Required inputs
- The target work type: agency-level, client/project-specific, or exploratory.
- The client slug or working label [if available].
- Whether the output is reusable context, a working draft, or a one-off experiment.
Safety/authority
- Keep confidential client information in private, uncommitted context or working files.
- Do not overwrite approved shared context when the work is exploratory or client-specific.
- Recommend organization patterns only; do not imply that folders or files were actually created.
Workflow
- Determine whether the output belongs to the agency default context, a specific client/project, or an exploratory branch of work.
- Place reusable agency-wide context at the root
context/ level only when it is meant to be a shared default.
- Place client-specific reusable context under
context/clients/<client-slug>/, including BRAND-CONTEXT.md and CLIENT-CONTEXT.md for that client/project.
- Keep client deliverables, briefs, and work-in-progress grouped with that same client slug whenever the harness supports file organization.
- Keep exploratory or test-brand work in its own slugged client-style folder so it does not overwrite approved agency or live-client defaults.
- When handing work to another skill or harness, include the intended storage location in the handoff so outputs stay easy to find.
Output format
- Work type: agency-default | client-project | exploratory
- Recommended location: ...
- Why this location fits: ...
- Reusable context files involved: ...
- Draft/output grouping notes: ...
Quality checks
- Shared defaults, client work, and exploratory work stay separated.
- The
context/clients/<client-slug>/ convention is used consistently for client/project context.
- Recommendations stay lightweight and portable across harnesses.
- No claim is made that organization changes were executed automatically.
Related skills
brand-client-context-onboarding, context-loader, skill-handoff-protocol, cross-harness-collaboration-notes
1---2name: output-organization-guide3description: Guide where drafts and reusable outputs should conceptually live across agency, client, and exploratory work.4---56## Purpose78Provide lightweight guidance on where generated drafts, reusable context, and one-off exploratory outputs conceptually belong so multi-client work stays organized.910## Use when1112- A skill is producing reusable context, briefs, plans, or draft deliverables.13- The suite is being used across many clients, projects, or exploratory niches.14- You want outputs to stay consistent with the shared `context/clients/<client-slug>/` convention.1516## Required inputs1718- The target work type: agency-level, client/project-specific, or exploratory.19- The client slug or working label [if available].20- Whether the output is reusable context, a working draft, or a one-off experiment.2122## Safety/authority2324- Keep confidential client information in private, uncommitted context or working files.25- Do not overwrite approved shared context when the work is exploratory or client-specific.26- Recommend organization patterns only; do not imply that folders or files were actually created.2728## Workflow29301. Determine whether the output belongs to the agency default context, a specific client/project, or an exploratory branch of work.312. Place reusable agency-wide context at the root `context/` level only when it is meant to be a shared default.323. Place client-specific reusable context under `context/clients/<client-slug>/`, including `BRAND-CONTEXT.md` and `CLIENT-CONTEXT.md` for that client/project.334. Keep client deliverables, briefs, and work-in-progress grouped with that same client slug whenever the harness supports file organization.345. Keep exploratory or test-brand work in its own slugged client-style folder so it does not overwrite approved agency or live-client defaults.356. When handing work to another skill or harness, include the intended storage location in the handoff so outputs stay easy to find.3637## Output format38```39- Work type: agency-default | client-project | exploratory40- Recommended location: ...41- Why this location fits: ...42- Reusable context files involved: ...43- Draft/output grouping notes: ...44```4546## Quality checks4748- Shared defaults, client work, and exploratory work stay separated.49- The `context/clients/<client-slug>/` convention is used consistently for client/project context.50- Recommendations stay lightweight and portable across harnesses.51- No claim is made that organization changes were executed automatically.5253## Related skills5455brand-client-context-onboarding, context-loader, skill-handoff-protocol, cross-harness-collaboration-notes