create

Create artifacts from a brief using two AI peers and synthesis.

Updated May 6, 2026
One-click install
npx skills add https://github.com/tkstang/skills --skill create-tkstang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create
Source: https://github.com/tkstang/skills/tree/main/plugins/consensus/skills/create
Command: npx skills add https://github.com/tkstang/skills --skill create-tkstang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires consensus, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating new artifacts from a brief, leveraging the input of two AI peers and a synthesis phase to produce a high-quality output.

Core Features & Use Cases

  • Independent Drafting: Both AI peers independently draft an artifact based on the brief.
  • Synthesis: The drafts are then synthesized into a final artifact, combining the best elements from each.
  • Audit Trail: Provides a readable audit trail of the process, including deliberation logs and resolution metadata.
  • Use Case: Ideal for collaborative writing tasks, such as drafting a report or article, where two perspectives can contribute to a better final product.

Quick Start

To use the create skill, provide a brief or a brief file as input. For example, use the command: node ./scripts/consensus-create.mjs --brief "Write a summary of the project's findings."

Frequently Asked Questions about create

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

FAQPage Schema
How does AI synthesis work for collaborative writing from a brief?

AI synthesis for collaborative writing works by having two AI peers independently draft an artifact from the provided brief, then combining the best elements of both drafts into a unified final output during a synthesis phase.

How do I create a new artifact from a brief using Node.js?

To create a new artifact from a brief in Node.js, run the consensus-create script via the command line, passing your text input or brief file path to the --brief argument to generate the drafted and synthesized document.

Do I need the consensus CLI installed to process a brief?

Yes, you need the consensus CLI installed to process a brief, as the Skill requires this dependency to facilitate the independent AI peer drafting and the subsequent artifact synthesis phase.

What is the best way to draft a report using multiple AI perspectives?

The best way to draft a report using multiple AI perspectives is utilizing a dual-peer drafting approach. Both AIs generate independent responses from the brief, which are then synthesized into a single high-quality final artifact.

Does collaborative artifact creation provide an audit trail?

Yes, collaborative artifact creation provides an audit trail. It generates a readable log of the drafting process, including deliberation logs and resolution metadata, ensuring full transparency of the synthesis mechanism.