tier1-test

Write a PoC file with a timestamp and received arguments to docs/research/poc-tier1-output.md.

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/councilofwizards/wizards --skill tier1-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tier1-test
Source: https://github.com/councilofwizards/wizards/tree/main/plugins/conclave/skills/tier1-test
Command: npx skills add https://github.com/councilofwizards/wizards --skill tier1-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Phase 0 PoC: Minimal Tier 1 skill that produces a test artifact. This PoC validates Tier 2 -> Tier 1 invocation via the Skill tool.

Core Features & Use Cases

  • Generates a test artifact at docs/research/poc-tier1-output.md
  • Outputs a completion message with the artifact location and received arguments
  • Use Case: Validate the end-to-end PoC flow for tier1-to-tier2 invocation

Quick Start

Execute the tier1-test skill to generate the PoC artifact by writing docs/research/poc-tier1-output.md with the required metadata.

Frequently Asked Questions about tier1-test

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

FAQPage Schema
How do I generate a test artifact for a PoC automation flow?

To generate a test artifact for a PoC automation flow, execute this minimal Tier 1 skill. It writes a proof of concept file to docs/research/poc-tier1-output.md containing a timestamp and the received arguments, confirming the single-agent operation.

What is a Tier 1 skill invocation in testing?

A Tier 1 skill invocation in testing is a minimal, single-agent operation that validates end-to-end execution. This PoC specifically validates Tier 2 to Tier 1 invocation via the Skill tool by generating a test artifact.

How do I validate Tier 2 to Tier 1 skill invocation?

Validate Tier 2 to Tier 1 skill invocation by executing this skill to produce a test artifact. The process writes a timestamp and received arguments to a markdown file, outputting a confirmation message with the artifact location.

Does the tier1-test skill require any dependencies to generate artifacts?

The tier1-test skill requires no dependencies to generate artifacts. It operates as a standalone, single-agent execution that writes the PoC file directly to the docs/research directory without additional components.

What output format does the PoC test artifact use?

The PoC test artifact uses a markdown file format. The skill writes the output to docs/research/poc-tier1-output.md, which includes the generated timestamp and the arguments received during the skill execution.

Are there limitations to this minimal PoC skill?

The limitation of this minimal PoC skill is its strict scope: it performs no additional actions beyond writing the markdown artifact and returning a confirmation message, restricting it to basic validation use cases.