10_async_feedback_skill

This skill enables mid-task course correction by monitoring FEEDBACK.md and applying user guidance without restarting.
  • PowerShell

20

GitHub Stars

2

Bundled Files

3 weeks ago

Catalog Refreshed

2 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstart where the catalogue uses aiagentskills.

npx veilstart add skill sounder25/google-antigravity-skills-library --skill 10_async_feedback

  • check_feedback.ps11.4 KB
  • SKILL.md1.2 KB

Overview

This skill enables mid-stream course correction for long-running automation by monitoring a FEEDBACK.md file for user interventions. It lets the agent detect new instructions without restarting the task and optionally acknowledge them. The implementation is in PowerShell and is designed for deterministic, safe pivots during execution.

How this skill works

The agent runs a PowerShell check_feedback script periodically or on demand to inspect the FEEDBACK.md feedback channel for new content. When it detects new instructions, it prints a console message and can append a timestamped acknowledgment to mark the feedback as read. The script returns a success exit code when new feedback is found so caller logic can pivot strategy immediately.

When to use it

  • Long-running jobs that may need user guidance mid-execution
  • Automated deployments or build pipelines requiring occasional manual input
  • Multi-step data processing where upstream decisions can change outcomes
  • Agents that must remain non-blocking but responsive to operator edits
  • Situations requiring auditable confirmation that feedback was consumed

Best practices

  • Keep FEEDBACK.md concise and timestamped so changes are easy to detect
  • Run the check periodically at sensible intervals to balance responsiveness and overhead
  • Use the acknowledge switch to append a read receipt and avoid duplicate handling
  • Treat feedback as authoritative for decision pivots, but validate any critical values before applying
  • Combine with safety gates like pre-action guards to prevent unsafe immediate pivots

Example use cases

  • A CI pipeline that adjusts test selection mid-run after a stakeholder notes flaky tests
  • A data migration that pauses for operator instructions if schema ambiguities are reported
  • An infrastructure provisioning job that switches regions when an incident is annotated in FEEDBACK.md
  • A long-running analysis where domain experts can inject corrected parameters without restarting

FAQ

By default it monitors FEEDBACK.md, but the script accepts a --file parameter to override the path.

How do I prevent reprocessing the same feedback?

Use the acknowledge switch to append a timestamped "Read by Agent" line, or implement your own marker strategy in the feedback file.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational