test-task-visibility

Test task visibility from parent conversations using TaskList and TaskGet tools.

3|1|Updated Dec 2, 2024
One-click install
npx skills add https://github.com/faisalanjum/EventTrader --skill test-task-visibility
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-task-visibility
Source: https://github.com/faisalanjum/EventTrader/tree/main/.claude/skills/test-task-visibility
Command: npx skills add https://github.com/faisalanjum/EventTrader --skill test-task-visibility

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need to understand how tasks created in a parent conversation are visible and accessible within a forked or child conversation.

Core Features & Use Cases

  • Task Visibility Testing: Directly tests the ability of a forked skill to access tasks managed by its parent conversation.
  • Debugging & Verification: Useful for developers and users to confirm or diagnose task management behavior across different conversational contexts.
  • Use Case: When a new feature for task management is introduced, this skill can be used to ensure that tasks created by the main agent are discoverable by specialized sub-agents.

Quick Start

Run the test-task-visibility skill to check if forked skills can see tasks from the main conversation.

Frequently Asked Questions about test-task-visibility

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify cross-conversation task visibility for forked skills?

To verify cross-conversation task visibility, run a test that checks if a forked skill can access and query tasks created by the parent conversation using TaskList and TaskGet tools to inspect task status and details.

What is cross-context task access in agentic workflows?

Cross-context task access is the ability for a forked child conversation to discover, query, and validate the status of tasks managed by a parent agent, ensuring specialized sub-agents can share task context.

How do I debug task management behavior across different conversational contexts?

Debug task management behavior by running a visibility test that directly queries the parent conversation's task list from a forked skill to diagnose whether task states are properly shared and discoverable.

Do I need TaskList and TaskGet tools to test task visibility?

Yes, testing task visibility requires TaskList and TaskGet tools to query the task list and inspect individual task status and details within the conversational environment to validate cross-context access.

When do I need to test forked skill access to parent conversation tasks?

You need to test forked skill access when introducing new task management features, ensuring that tasks created by the main agent remain discoverable and accessible to specialized sub-agents in child conversations.

Why can't my forked skill see tasks from the parent conversation?

If a forked skill cannot see parent tasks, the cross-context task visibility mechanism may be failing; run a diagnostic test using TaskList and TaskGet to validate if the child conversation can successfully query the parent's task status.