/signals — Read HQ-native signals (decisions, action items, wins, risks…)
SkillDev toolsRead HQ-native company signals such as decisions, actions, risks, commitments, and wins.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the /signals — Read HQ-native signals (decisions, action items, wins, risks…) skill
What this skill tells your AI
The instructions your AI receives, as published by indigoai-us/hq-core in .claude/skills/signals/SKILL.md and read by ahel’s review.
Signals are an HQ-native, per-company store of meeting/comms intelligence — discrete, cited items extracted from meeting notes and other sources. This is the generic, multi-company reader. A company may also ship its own namespaced interface (e.g. {co}:signals, {co}:action-items) over the same store; this skill serves all companies.
Canonical store: companies/{co}/signals/{type}/{sha256}.md, daily index companies/{co}/signals/_index/{YYYY-MM-DD}.json.
Mechanism/schema detail (read once if needed): core/knowledge/public/hq-core/native-knowledge-stores.md.
Signal types (8)
| Type | Use it for |
|---|---|
action_item | tasks/to-dos assigned to an owner |
commitment | explicit promises a participant made |
decision | decisions reached |
risk | blockers, concerns, threats raised |
question | open questions, unresolved |
key_point | notable discussion points |
participant_contribution | what a specific person contributed |
summary | per-meeting summaries |
"Wins / accomplishments" → read decision + key_point (and summary). "Follow-ups" → action_item + commitment.
Each signal .md has frontmatter: canonical_content (one-line normalized statement), citations[] (location timestamp, source_ref, verbatim text), entity_refs[] (person/…, project/…), source_ref, type, signal_id.
Hard rule
HQ-native first. Read the signals store to answer these asks. Never default to scraping email or a third-party notetaker. If the store is empty/unactivated, steer the user to activation (below) — don't fabricate or guess.
Resolution (run every time)
- Resolve company.
bash core/scripts/hq-session.sh get company_slug; else infer from cwd/manifest; else ask. - Load preference (company over global). Read
companies/{co}/settings/knowledge/preferences.yamlthenpersonal/settings/knowledge-preferences.yaml. Built-in default:signals_enabled: true. If a company hassignals_enabled: false, tell the user it's disabled and offer to enable it (flip the flag) rather than reading. - Classify the ask via the type table (and any
aliases.signalsin the preference file): action items →action_item, "what did we decide" →decision, wins →decision+key_point, risks →risk, open questions →question, "{person} committed" →commitmentfiltered byentity_refsperson.
Reading
- Recency: use the latest
_index/{date}.jsonfiles (newest dates first) to find recently-written signals; or list newest files undercompanies/{co}/signals/{type}/. - Filter: by type (dir), by owner/person (
entity_refscontainsperson/{slug}), by project (project/{slug}), by date. - Present: group by type; show
canonical_contentper item with its owner/source; cite the meeting (source_ref) and timestamp fromcitations[]when useful. For mutable action-item tracking with status lifecycle, note that a company may ship a dedicated namespaced tracker (e.g.{co}:action-items); this skill is read-only.
Empty / not-activated branch
If companies/{co}/signals/ is empty or absent, signals haven't been extracted for this company yet. Surface the turnkey ladder (full version in the knowledge doc + USER-GUIDE):
/designate-team {co}to make the company cloud-backed.- Capture meetings with the HQ meeting bot (
/meeting-notescovers this) → notes ingest. - Signals are extracted from ingested notes into
companies/{co}/signals/automatically once provisioned. - Note: signals extraction runs on HQ cloud and will require HQ Pro once billing ships (not yet — provisioned per-company today via
/designate-team).
Output
Quiet, plain, grouped summary of the signals the user asked for — decisions, action items, wins, risks, etc. — with light citations.
See also
/meeting-notes— the source meeting notes/ontology— entities behind the signals
Signals
- GitHub stars
- 84
- Forks
- 15
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
signals- Source
- github.com/indigoai-us/hq-core