Awesome-omni-skill u06250-community-feedback-harvesting-for-entrepreneurship-operations
Build and operate the "Community Feedback Harvesting for entrepreneurship operations" capability for entrepreneurship operations. Use when this exact capability is required by autonomous or human-guided missions.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/tools/u06250-community-feedback-harvesting-for-entrepreneurship-operations" ~/.claude/skills/diegosouzapw-awesome-omni-skill-u06250-community-feedback-harvesting-for-entrepr && rm -rf "$T"
manifest:
skills/tools/u06250-community-feedback-harvesting-for-entrepreneurship-operations/SKILL.mdsource content
Community Feedback Harvesting for entrepreneurship operations
Metadata
- skill_id:
u06250-community-feedback-harvesting-for-entrepreneurship-operations - capability:
Community Feedback Harvesting for entrepreneurship operations - domain:
entrepreneurship operations - operating_mode:
production - delivery_contract:
deterministic, auditable, handoff-ready
Allowed Tools
Use only tools enabled by the active runtime policy. Preferred local-first toolset:
,read
,writeedit
,execprocess
,web_search
(only when external verification is required)web_fetch
Inputs (formatted)
| Field | Type | Required | Format | Purpose |
|---|---|---|---|---|
| string | yes | concise objective + constraints | Defines the requested outcome. |
| string | yes | exact capability name | Confirms this skill is the correct lane. |
| array<object> | yes | source-tagged records | Provides normalized working inputs. |
| array<string> | yes | IDs/URLs/file paths | Supports factual traceability. |
| array<string> | yes | measurable checks | Defines pass/fail conditions. |
| string | yes | team/agent/system name | Identifies handoff target. |
| enum | yes | // | Sets approval and routing strictness. |
| string | conditional | signed token or ticket ID | Required when . |
Outputs (formatted)
| Output | Type | Format | Consumer | Required |
|---|---|---|---|---|
| object | versioned JSON/Markdown bundle | orchestrator | yes |
| object | gate-by-gate status + metrics | operator | yes |
| object | machine-readable envelope | downstream skill/system | yes |
| array<object> | structured error list | operator/audit | no |
Guidelines
- Keep execution deterministic: same input should yield materially identical decisions.
- Preserve provenance on every claim, score, and recommendation.
- Prefer minimal viable output that passes gates over verbose narrative.
- Escalate quickly when inputs are incomplete, contradictory, or policy-sensitive.
- Optimize for day-to-day operability: clear status, clear blockers, clear next action.
Musts
- Confirm the request explicitly matches
inCommunity Feedback Harvesting for entrepreneurship operations
.entrepreneurship operations - Validate schema and required fields before scoring or transformation.
- Run policy/risk checks before publication or downstream routing.
- Fail closed on missing evidence, failed validation, or unmet approval.
- Include a complete handoff packet with owner, status, and next step.
Targets (day/week/month operating cadence)
- Day: Triage incoming work, execute validated runs, and hand off only gate-passing outputs.
- Week: Review failures/retries, tune thresholds and rules, and close recurring quality gaps.
- Month: Re-baseline acceptance criteria, refresh playbooks, and archive audit-ready evidence.
Common Actions
- Intake and classify request against capability trigger.
- Normalize inputs and attach evidence references.
- Execute core transformation/scoring workflow.
- Run validation gates (schema, determinism, policy-risk, approval).
- Build output artifacts and issue handoff packet.
- Record outcomes for weekly and monthly review.
External Tool Calls Needed
None required by default. Use external calls only when fresh outside evidence is necessary, and log each call in
evidence_refs.
Validation & Handoff
Validation sequence:
— required fields present and well-typed.schema-gate
— repeat run is stable within configured tolerance.determinism-gate
— legal/policy/risk checks pass.policy-risk-gate
— high-risk runs include explicit human approval token.approval-gate
Handoff minimum contract:
{ "skill_id": "u06250-community-feedback-harvesting-for-entrepreneurship-operations", "capability": "Community Feedback Harvesting for entrepreneurship operations", "domain": "entrepreneurship operations", "status": "pass|fail|blocked", "consumer": "<downstream_consumer>", "artifacts": ["primary_artifact_bundle", "execution_scorecard"], "next_action": "<clear owner action>", "evidence_refs": [] }