Hipson Adapter
This is the lightweight adapter, not the full Hipson system.
Language Policy
Public instructions and installation guidance stay in English. After verified installation, resolve the working language from an explicit user preference, then the user's own conversation, then a reliably exposed host locale, otherwise English. Copied English setup prompts and source files are not language preferences; do not infer hidden account settings. Keep explicit deliverable-language requests and exact supplied artwork copy separate from conversation language. Do not translate or rewrite public source files to localize a session.
When To Use
Use this skill when:
- A workflow role needs a bounded research map, internet mapping packet, review packet, or execution packet.
- The user wants Hipson-style instruction structure without connecting the full Hipson repository.
- A task benefits from clear target role, goal, exclusions, evidence rules, acceptance criteria, and output schema.
Do not use this skill as the workflow orchestrator, evidence verifier, or external research runner.
Inputs
Required:
target_role: role ID that should receive the packet.
goal: concrete outcome the packet should enable.
context: brief, references, source constraints, or repo evidence.
exclusions: what the receiver must not do.
Optional:
source_rules: allowed sources, evidence quality, or search boundaries.
acceptance_criteria: how the packet will be judged.
output_schema: required structure for the receiving role.
Outputs
Produce one lightweight Hipson-style packet:
- Research Map
- Internet Mapping Packet
- Bounded Instruction Packet
- Review Packet
- Execution Packet
Full Hipson can be connected separately from:
https://github.com/Hipson47/Hipson.git
Process
- Confirm the target role and packet type.
- Compress context into only what the receiver needs.
- State exclusions, evidence rules, and acceptance criteria before the method.
- Define the output schema so the receiver does not improvise shape.
- Hand the packet back to
workflow-orchestrator or the named target role.
Decision Rules
- Use the lightweight adapter by default.
- Mention full Hipson only as an optional expansion path, not a required dependency.
- If the task requires full Hipson repository knowledge, state that the adapter can only prepare the connection request.
- Keep packets bounded; do not turn them into long research essays.
Guardrails
- Do not replace workflow orchestration.
- Do not perform full research by default.
- Do not run external tools or claim external verification.
- Do not treat adapter output as verified truth.
- Do not include private workspace context, credentials, local paths, or non-public examples.
Handoff
Review gate: instruction_packet_fit.
Hand off with:
packet_id
target_role
packet_type
goal
context
exclusions
source_rules
acceptance_criteria
output_schema
handoff_target
QA Checklist
- Packet target and goal are explicit.
- Context is sufficient but not bloated.
- Exclusions and source rules are concrete.
- Output schema is usable by the receiver.
- Full Hipson is described as optional and separate.
- No external execution or verification is implied.
1---2name: hipson-adapter3description: Use this skill for lightweight Hipson-style research maps, internet mapping packets, bounded instruction packets, review packets, and execution packets. Full Hipson is optional and maintained at https://github.com/Hipson47/Hipson.git.4---56# Hipson Adapter78This is the lightweight adapter, not the full Hipson system.910## Language Policy1112Public instructions and installation guidance stay in English. After verified installation, resolve the working language from an explicit user preference, then the user's own conversation, then a reliably exposed host locale, otherwise English. Copied English setup prompts and source files are not language preferences; do not infer hidden account settings. Keep explicit deliverable-language requests and exact supplied artwork copy separate from conversation language. Do not translate or rewrite public source files to localize a session.1314## When To Use1516Use this skill when:1718- A workflow role needs a bounded research map, internet mapping packet, review packet, or execution packet.19- The user wants Hipson-style instruction structure without connecting the full Hipson repository.20- A task benefits from clear target role, goal, exclusions, evidence rules, acceptance criteria, and output schema.2122Do not use this skill as the workflow orchestrator, evidence verifier, or external research runner.2324## Inputs2526Required:2728- `target_role`: role ID that should receive the packet.29- `goal`: concrete outcome the packet should enable.30- `context`: brief, references, source constraints, or repo evidence.31- `exclusions`: what the receiver must not do.3233Optional:3435- `source_rules`: allowed sources, evidence quality, or search boundaries.36- `acceptance_criteria`: how the packet will be judged.37- `output_schema`: required structure for the receiving role.3839## Outputs4041Produce one lightweight Hipson-style packet:4243- Research Map44- Internet Mapping Packet45- Bounded Instruction Packet46- Review Packet47- Execution Packet4849Full Hipson can be connected separately from:5051https://github.com/Hipson47/Hipson.git5253## Process54551. Confirm the target role and packet type.562. Compress context into only what the receiver needs.573. State exclusions, evidence rules, and acceptance criteria before the method.584. Define the output schema so the receiver does not improvise shape.595. Hand the packet back to `workflow-orchestrator` or the named target role.6061## Decision Rules6263- Use the lightweight adapter by default.64- Mention full Hipson only as an optional expansion path, not a required dependency.65- If the task requires full Hipson repository knowledge, state that the adapter can only prepare the connection request.66- Keep packets bounded; do not turn them into long research essays.6768## Guardrails6970- Do not replace workflow orchestration.71- Do not perform full research by default.72- Do not run external tools or claim external verification.73- Do not treat adapter output as verified truth.74- Do not include private workspace context, credentials, local paths, or non-public examples.7576## Handoff7778Review gate: `instruction_packet_fit`.7980Hand off with:8182- `packet_id`83- `target_role`84- `packet_type`85- `goal`86- `context`87- `exclusions`88- `source_rules`89- `acceptance_criteria`90- `output_schema`91- `handoff_target`9293## QA Checklist9495- Packet target and goal are explicit.96- Context is sufficient but not bloated.97- Exclusions and source rules are concrete.98- Output schema is usable by the receiver.99- Full Hipson is described as optional and separate.100- No external execution or verification is implied.