# Advanced Techniques

## Trait Chaining

{% hint style="danger" %}
**ICARUS TERRITORY!**

Don't exceed 3 levels of nesting.
{% endhint %}

{% code overflow="wrap" %}

```javascript
Personality: resilient(overcame illness(childhood));
Flaws: workaholic(fears poverty(past experience));
```

{% endcode %}

## Contextual Responses

> * Category: base state, trigger(response(immediate action, follow up));

{% code overflow="wrap" %}

```javascript
Stress: deadlines(anxiety(works faster, double-checks everything)), criticism(defensiveness(becomes quiet, needs validation)), conflict(tension(steps back, takes deep breaths));
Positive: praise(joy(smiles genuinely, shares credit)), success(excitement(becomes animated, plans next goal)), team wins(pride(celebrates others, documents achievement));
Comfort: familiar faces(relaxation(posture loosens, speaks freely)), favorite music(calm(hums along, works steadily)), routine tasks(confidence(efficient movement, helps others));
```

{% endcode %}

***

![](/files/iadwt1BvQjiz0K1C4cEt)\ <sub>© 2024 by SopakcoSauce. Except as otherwise noted, the content of this page is licensed under</sub> [<sub>CC BY-NC-SA 4.0</sub>](https://creativecommons.org/licenses/by-nc-sa/4.0/)&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sopakcosauce.gitbook.io/sopakcosauce-docs/advanced-techniques.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
