workflow
Start, monitor, and manage workflow executions in Periscope
Best use case
workflow is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Start, monitor, and manage workflow executions in Periscope
Teams using workflow should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/workflow-periscopeai/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How workflow Compares
| Feature / Agent | workflow | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Start, monitor, and manage workflow executions in Periscope
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# /workflow - Execute and Manage Workflows
Use this skill to start, monitor, and manage workflow executions in the Periscope platform.
## What You Can Do
1. **Start workflows** - Execute a workflow with input data
2. **Monitor execution** - Check status and progress
3. **Send signals** - Trigger workflow events
4. **Schedule workflows** - Plan future executions
5. **Use triggers** - Start workflows via signals, messages, or webhooks
## How to Use
Describe what you want to do with workflows:
- "Start the approval workflow for order 12345"
- "Check the status of my running workflows"
- "Cancel workflow abc-123"
- "Send an approval signal to workflow xyz"
- "Schedule the report workflow for tomorrow at 9am"
## Common Operations
### Start a Workflow
```
Start workflow: approval_workflow
Input: {"request_id": "REQ-001", "amount": 5000}
```
### Check Status
```
Get status for workflow: approval_workflow-uuid
```
### Send Signal
```
Send signal "approve" to workflow: approval_workflow-uuid
Data: {"approved_by": "manager@company.com"}
```
### Schedule for Later
```
Schedule workflow: daily_report
Run at: 2024-01-15 09:00 UTC
```
## Workflow Types
Common workflow types available:
| Workflow | Task Queue | Purpose |
|----------|------------|---------|
| approval_workflow | periscope-queue | Multi-step approvals |
| data_processing_workflow | periscope-queue | ETL pipelines |
| business_process_workflow | periscope-queue | Business automation |
| agent_coordination_workflow | periscope-ai-queue | AI agent coordination |
## Workflow Statuses
| Status | Description |
|--------|-------------|
| running | Currently executing |
| completed | Finished successfully |
| failed | Failed with error |
| cancelled | Manually cancelled |
| timed_out | Exceeded timeout |
## Reference Documentation
- [Temporal Concepts](../../../docs/temporal-concepts.md) - Workflow fundamentals
- [Queues and Workers](../../../docs/queues-and-workers.md) - Task queue configuration
## Delegated Agent
This skill delegates to the **workflow-operator** agent which has access to:
- `periscope-workflows-dev` MCP server (18 tools)
- `periscope-tasks-dev` MCP server (~11 tools)Related Skills
ansible-workflow
Ansible automation workflow guidelines. Activate when working with Ansible playbooks, ansible-playbook, inventory files (.yml, .ini), or Ansible-specific patterns.
workflows-review
Perform exhaustive code reviews using multi-agent analysis, ultra-thinking, and worktrees
workflow-patterns
Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.
workflow-orchestrator
Project workflow system - cost tracking, parallel execution, security gates, agent orchestration. Use when: start day, begin session, status check, new feature, build, implement, end day, wrap up, debug, investigate, research, evaluate.
workflow-coordinator
软件研发流程协调器,根据项目阶段智能调度专家和VP级智能体协作。用户启动新项目、规划研发流程、或需要跨团队协调时使用。
workflow-analyzer
作業フローや手順を分析し、自動化可能な要素を特定する。ワークフロー分析時、自動化検討時、業務プロセス改善時、またはユーザーが作業フロー分析、自動化要素、業務手順、プロセス最適化に言及した際に使用する。
vercel-workflow-sdk
write code that uses https://useworkflow.dev/ on Vercel
validator-workflow
Phase-level validation workflow for validator agents. Handles loading project rules, reading phase files, running /code-review, conditional verification (unit tests + typecheck + E2E/DB tests based on phase type), determining verdict, and reporting to the orchestrator. Invoke this skill as your first action — not user-invocable.
transformation-workflow
Practical application guide for HUMMBL's 6 transformations (Perspective, Inversion, Composition, Decomposition, Recursion, Meta-Systems). Includes when to use each transformation, combination patterns, analysis templates, output formats, real-world examples, and common pitfalls. Essential for applying mental models effectively in problem-solving and analysis.
test-and-fix-workflow
Automated workflow for running tests and fixing failures systematically. Use when implementing the mandatory test workflow or fixing code quality issues. Keywords - testing, debugging, workflow, failures, systematic fixes.
team-workflows
Team collaboration patterns - shared configs, standards, onboarding
tdd-workflows-tdd-refactor
Use when working with tdd workflows tdd refactor