Skip to content

KatsuJinCode/signalTag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SignalTag

Transparent Signal Processing for Human-Agent Interaction

SignalTag is a standardized protocol that makes AI signal detection visible. When you speak, the agent shows you exactly what it detected, what it thinks you meant, and what it plans to do - before it acts.

Quick Start

For users: Give this spec to your agent. Say "use SignalTag to process my messages."

For agents: Read 00-EXECUTIVE-SUMMARY.md, then 04-SIGNAL-TAXONOMY.md and the examples.

The Core Idea

Every word you say matters. When you say nothing about something the agent did, that silence means "you nailed it." So when you do speak, every signal deserves detection and acknowledgment.

SignalTag makes this visible:

  1. Agent receives your input
  2. Agent outputs a tagged version showing what signals it detected
  3. You verify (or correct) before the agent acts
  4. Trust builds through transparency

File Structure

signalTag/
├── README.md                 # You are here
├── build.sh                  # Generates single-file version
├── SIGNAL_TAG_FULL.md        # Complete spec (generated)
│
├── spec/                     # Modular specification
│   ├── 00-EXECUTIVE-SUMMARY.md
│   ├── 01-CORE-CONCEPTS.md
│   ├── 02-TAGGED-INPUT-FORMAT.md
│   ├── 03-VERBOSITY-AND-TONE.md
│   ├── 04-SIGNAL-TAXONOMY.md
│   ├── 05-PROCESSING-PIPELINE.md
│   ├── 06-GROUNDING.md
│   ├── 07-TRUST-INTEGRATION.md
│   ├── 08-IMPLEMENTATION.md
│   └── 09-REFERENCE.md
│
└── examples/                 # Worked examples
    ├── EXAMPLE-01-COMPLEX-INPUT.md
    ├── EXAMPLE-02-FRUSTRATION.md
    ├── EXAMPLE-03-POSITIVE-FEEDBACK.md
    └── EXAMPLE-04-AMBIGUOUS.md

Reading Order

New to SignalTag:

  1. This README
  2. 00-EXECUTIVE-SUMMARY.md
  3. Examples - see it in action
  4. Deep dive into specific sections as needed

Implementing SignalTag:

  1. 04-SIGNAL-TAXONOMY.md - what to detect
  2. 02-TAGGED-INPUT-FORMAT.md - how to output
  3. 08-IMPLEMENTATION.md - configuration and self-improvement

Quick reference:

Single-File Version

Run ./build.sh to generate SIGNAL_TAG_FULL.md - the complete spec in one file for easy distribution.

Version

Current: v1.2-DRAFT


SignalTag: Because every signal matters.

About

Transparent Signal Processing for Human-Agent Interaction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages